#25CE26

Color #25CE26 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #25CE26

Tints of Lime Green #25CE26

Color information

#25CE26 (or 0x25CE26) is unknown color: approx Lime Green. HEX triplet: 25, CE and 26. RGB value is (37,206,38). Sum of RGB (Red+Green+Blue) = 37+206+38=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #25CE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CE26 is #DA31D9. Grayscale: #888888. Windows color (decimal): -14299610 or 2543141. OLE color: 2543141.

HSL color Cylindrical-coordinate representation of color #25CE26: hue angle of 120.36º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CE26 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB3720638-
CMYK0.8200.820.19
HSL120.36º69.55%47.65%-
HSV(B)120.36º82.04%80.78%-
XYZ23.1844.689.24-
YUV136.3272.5157.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 206 (80.86% from 255) = 73.31%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=13.17%
G=73.31%
B=13.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal37206380.8200.820.19120.3669.5547.65
Hex25CE265205213784630
Octal453164612201222317010660
Binary100101110011101001101010010010100101001111110001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25CE26; }

 p { color: rgb(37,206,38); }

 H1.HeaderClassName
 {
   color: #25CE26;
 }
 .AnyTagClassName
 {
   color: #25CE26;
 }
</style>
background-color css

<style>
 a { background-color: #25CE26; }

 a { background-color: rgb(37,206,38); }

 div.DivClassName
 {
   background-color: #25CE26;
 }
 .BgClassName
 {
   background-color: #25CE26;
 }
</style>
border-color css

<style>
 span { border-color: #25CE26; }

 span { border-color: rgb(37,206,38); }

 td.TdClassName
 {
   border-color: #25CE26;
 }
 .TagClassName
 {
   border-color: #25CE26;
 }
</style>