#25C021

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

Shades of Lime Green #25C021

Tints of Lime Green #25C021

Color information

#25C021 (or 0x25C021) is unknown color: approx Lime Green. HEX triplet: 25, C0 and 21. RGB value is (37,192,33). Sum of RGB (Red+Green+Blue) = 37+192+33=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #25C021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C021 is #DA3FDE. Grayscale: #808080. Windows color (decimal): -14303199 or 2211877. OLE color: 2211877.

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

Color convert

RGB3719233-
CMYK0.8100.830.25
HSL118.49º70.67%44.12%-
HSV(B)118.49º82.81%75.29%-
XYZ19.8938.27.76-
YUV127.5374.6563.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 192 (75.39% from 255) = 73.28%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=14.12%
G=73.28%
B=12.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37192330.8100.830.25118.4970.6744.12
Hex25C021510531976472c
Octal453004112101233116610754
Binary100101110000001000011010001010100111100111101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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