Html Css Color HEX #25C02F Lime Green

📋 copy color: '#25C02F'

red 37 ◦ green 192 ◦ blue 47

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

Shades of Lime Green #25C02F

Tints of Lime Green #25C02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 13.41%
G = 69.57%
B = 17.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#25C02F (or 0x25C02F) is known color: Lime Green. HEX triplet: 25, C0 and 2F. RGB value is (37,192,47). Sum of RGB (Red+Green+Blue) = 37+192+47=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #25C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C02F is #DA3FD0. Grayscale: #818181. Windows color (decimal): -14303185 or 3129381. OLE color: 3129381.

HSL color Cylindrical-coordinate representation of color #25C02F: hue angle of 123.87º 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 #25C02F is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 47 -
CMYK 0.81 0 0.76 0.25
HSL 123.87º 0.68% 0.45% -
HSV(B) 123.87º 0.81% 0.75% -
XYZ 20.13 38.3 9.02 -
YUV 129.13 81.65 62.29 -
System Red Green Blue C M Y K H S L
Decimal 37 192 47 0.81 0 0.76 0.25 123.87 0.68 0.45
Hex 25 C0 2F 51 0 4C 19 7C 44 2D
Octal 45 300 57 121 0 114 31 174 104 55
Binary 100101 11000000 101111 1010001 0 1001100 11001 1111100 1000100 101101

Color Harmonies of #25C02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C02F

Black with #25C02F

Text Example


Text Example

White with #25C02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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