#25CC1F

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

Shades of Lime Green #25CC1F

Tints of Lime Green #25CC1F

Color information

#25CC1F (or 0x25CC1F) is unknown color: approx Lime Green. HEX triplet: 25, CC and 1F. RGB value is (37,204,31). Sum of RGB (Red+Green+Blue) = 37+204+31=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC1F is #DA33E0. Grayscale: #868686. Windows color (decimal): -14300129 or 2083877. OLE color: 2083877.

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

Color convert

RGB3720431-
CMYK0.8200.850.2
HSL117.92º73.62%46.08%-
HSV(B)117.92º84.8%80%-
XYZ22.643.688.54-
YUV134.3469.6758.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 204 (80.08% from 255) = 75%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=13.60%
G=75%
B=11.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal37204310.8200.850.2117.9273.6246.08
Hex25CC1F5205514764a2e
Octal453143712201252416611256
Binary10010111001100111111010010010101011010011101101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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