#25c01d

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

Shades of Lime Green #25C01D

Tints of Lime Green #25C01D

Color information

#25C01D (or 0x25C01D) is unknown color: approx Lime Green. HEX triplet: 25, C0 and 1D. RGB value is (37,192,29). Sum of RGB (Red+Green+Blue) = 37+192+29=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #25C01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C01D is #DA3FE2. Grayscale: #7F7F7F. Windows color (decimal): -14303203 or 1949733. OLE color: 1949733.

HSL color Cylindrical-coordinate representation of color #25C01D: hue angle of 117.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25C01D is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB3719229-
CMYK0.8100.850.25
HSL117.06º73.76%43.33%-
HSV(B)117.06º84.9%75.29%-
XYZ19.8338.187.49-
YUV127.0772.6563.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 192 (75.39% from 255) = 74.42%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=14.34%
G=74.42%
B=11.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37192290.8100.850.25117.0673.7643.33
Hex25C01D5105519754a2b
Octal453003512101253116511253
Binary10010111000000111011010001010101011100111101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25c01d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,192,29); }

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

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

 a { background-color: rgb(37,192,29); }

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

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

 span { border-color: rgb(37,192,29); }

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