#25CC42

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

Shades of Lime Green #25CC42

Tints of Lime Green #25CC42

Color information

#25CC42 (or 0x25CC42) is unknown color: approx Lime Green. HEX triplet: 25, CC and 42. RGB value is (37,204,66). Sum of RGB (Red+Green+Blue) = 37+204+66=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 204 (80.08% from 255 or 66.45% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC42 is #DA33BD. Grayscale: #8A8A8A. Windows color (decimal): -14300094 or 4377637. OLE color: 4377637.

HSL color Cylindrical-coordinate representation of color #25CC42: hue angle of 130.42º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CC42 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB3720466-
CMYK0.8200.680.2
HSL130.42º69.29%47.25%-
HSV(B)130.42º81.86%80%-
XYZ23.3443.9712.41-
YUV138.3387.1755.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 204 (80.08% from 255) = 66.45%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=12.05%
G=66.45%
B=21.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37204660.8200.680.2130.4269.2947.25
Hex25CC42520441482452f
Octal4531410212201042420210557
Binary10010111001100100001010100100100010010100100000101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,204,66); }

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

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

 a { background-color: rgb(37,204,66); }

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

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

 span { border-color: rgb(37,204,66); }

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