Html Css Color HEX #25C017 Lime Green

📋 copy color: '#25C017'

red 37 ◦ green 192 ◦ blue 23

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

Shades of Lime Green #25C017

Tints of Lime Green #25C017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 14.68%
G = 76.19%
B = 9.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#25C017 (or 0x25C017) is known color: Lime Green. HEX triplet: 25, C0 and 17. RGB value is (37,192,23). Sum of RGB (Red+Green+Blue) = 37+192+23=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #25C017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C017 is #DA3FE8. Grayscale: #7E7E7E. Windows color (decimal): -14303209 or 1556517. OLE color: 1556517.

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

Color convert

RGB 37 192 23 -
CMYK 0.81 0 0.88 0.25
HSL 115.03º 0.79% 0.42% -
HSV(B) 115.03º 0.88% 0.75% -
XYZ 19.77 38.15 7.13 -
YUV 126.39 69.65 64.24 -
System Red Green Blue C M Y K H S L
Decimal 37 192 23 0.81 0 0.88 0.25 115.03 0.79 0.42
Hex 25 C0 17 51 0 58 19 73 4F 2A
Octal 45 300 27 121 0 130 31 163 117 52
Binary 100101 11000000 10111 1010001 0 1011000 11001 1110011 1001111 101010

Color Harmonies of #25C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C017

Black with #25C017

Text Example


Text Example

White with #25C017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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