Html Css Color HEX #20C025 Lime Green

📋 copy color: '#20C025'

red 32 ◦ green 192 ◦ blue 37

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

Shades of Lime Green #20C025

Tints of Lime Green #20C025

RGB

 RED value IS 32 (12.89% from 255) = 12.26%

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

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 12.26%
G = 73.56%
B = 14.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#20C025 (or 0x20C025) is known color: Lime Green. HEX triplet: 20, C0 and 25. RGB value is (32,192,37). Sum of RGB (Red+Green+Blue) = 32+192+37=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #20C025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C025 is #DF3FDA. Grayscale: #7E7E7E. Windows color (decimal): -14630875 or 2474016. OLE color: 2474016.

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

Color convert

RGB 32 192 37 -
CMYK 0.83 0 0.81 0.25
HSL 121.88º 0.71% 0.44% -
HSV(B) 121.88º 0.83% 0.75% -
XYZ 19.78 38.14 8.07 -
YUV 126.49 77.49 60.6 -
System Red Green Blue C M Y K H S L
Decimal 32 192 37 0.83 0 0.81 0.25 121.88 0.71 0.44
Hex 20 C0 25 53 0 51 19 7A 47 2C
Octal 40 300 45 123 0 121 31 172 107 54
Binary 100000 11000000 100101 1010011 0 1010001 11001 1111010 1000111 101100

Color Harmonies of #20C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C025

Black with #20C025

Text Example


Text Example

White with #20C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C025; }

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

 H1.HeaderClassName
 {
   color: #20C025;
 }
 .AnyTagClassName
 {
   color: #20C025;
 }
</style>

background-color css

<style>
 a { background-color: #20C025; }

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

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

border-color css

<style>
 span { border-color: #20C025; }

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

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