Html Css Color HEX #25C019 Lime Green

📋 copy color: '#25C019'

red 37 ◦ green 192 ◦ blue 25

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

Shades of Lime Green #25C019

Tints of Lime Green #25C019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 14.57%
G = 75.59%
B = 9.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#25C019 (or 0x25C019) is known color: Lime Green. HEX triplet: 25, C0 and 19. RGB value is (37,192,25). Sum of RGB (Red+Green+Blue) = 37+192+25=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #25C019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C019 is #DA3FE6. Grayscale: #7F7F7F. Windows color (decimal): -14303207 or 1687589. OLE color: 1687589.

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

Color convert

RGB 37 192 25 -
CMYK 0.81 0 0.87 0.25
HSL 115.69º 0.77% 0.43% -
HSV(B) 115.69º 0.87% 0.75% -
XYZ 19.79 38.16 7.24 -
YUV 126.62 70.65 64.08 -
System Red Green Blue C M Y K H S L
Decimal 37 192 25 0.81 0 0.87 0.25 115.69 0.77 0.43
Hex 25 C0 19 51 0 57 19 74 4D 2B
Octal 45 300 31 121 0 127 31 164 115 53
Binary 100101 11000000 11001 1010001 0 1010111 11001 1110100 1001101 101011

Color Harmonies of #25C019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C019

Black with #25C019

Text Example


Text Example

White with #25C019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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