Html Css Color HEX #25C02D Lime Green

📋 copy color: '#25C02D'

red 37 ◦ green 192 ◦ blue 45

#25C02D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #25C02D

Tints of Lime Green #25C02D

RGB

 RED value IS 37 (14.84% from 255) = 13.5%

 GREEN value IS 192 (75.39% from 255) = 70.07%

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 13.5%
G = 70.07%
B = 16.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#25C02D (or 0x25C02D) is known color: Lime Green. HEX triplet: 25, C0 and 2D. RGB value is (37,192,45). Sum of RGB (Red+Green+Blue) = 37+192+45=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #25C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C02D is #DA3FD2. Grayscale: #818181. Windows color (decimal): -14303187 or 2998309. OLE color: 2998309.

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

Color convert

RGB 37 192 45 -
CMYK 0.81 0 0.77 0.25
HSL 123.1º 0.68% 0.45% -
HSV(B) 123.1º 0.81% 0.75% -
XYZ 20.09 38.28 8.81 -
YUV 128.9 80.65 62.45 -
System Red Green Blue C M Y K H S L
Decimal 37 192 45 0.81 0 0.77 0.25 123.1 0.68 0.45
Hex 25 C0 2D 51 0 4D 19 7B 44 2D
Octal 45 300 55 121 0 115 31 173 104 55
Binary 100101 11000000 101101 1010001 0 1001101 11001 1111011 1000100 101101

Color Harmonies of #25C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C02D

Black with #25C02D

Text Example


Text Example

White with #25C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25C02D;
 }
 .AnyTagClassName
 {
   color: #25C02D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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