#25CC2B

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

Shades of Lime Green #25CC2B

Tints of Lime Green #25CC2B

Color information

#25CC2B (or 0x25CC2B) is unknown color: approx Lime Green. HEX triplet: 25, CC and 2B. RGB value is (37,204,43). Sum of RGB (Red+Green+Blue) = 37+204+43=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 204 (80.08% from 255 or 71.83% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC2B is #DA33D4. Grayscale: #888888. Windows color (decimal): -14300117 or 2870309. OLE color: 2870309.

HSL color Cylindrical-coordinate representation of color #25CC2B: hue angle of 122.16º 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 #25CC2B is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB3720443-
CMYK0.8200.790.2
HSL122.16º69.29%47.25%-
HSV(B)122.16º81.86%80%-
XYZ22.7943.759.53-
YUV135.7175.6757.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 204 (80.08% from 255) = 71.83%
BLUE value IS 43 (17.19% from 255) = 15.14%
R=13.03%
G=71.83%
B=15.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37204430.8200.790.2122.1669.2947.25
Hex25CC2B5204F147a452f
Octal453145312201172417210557
Binary100101110011001010111010010010011111010011110101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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