Html Css Color HEX #20C317 Lime Green

📋 copy color: '#20C317'

red 32 ◦ green 195 ◦ blue 23

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

Shades of Lime Green #20C317

Tints of Lime Green #20C317

RGB

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

 GREEN value IS 195 (76.56% from 255) = 78%

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

R = 12.8%
G = 78%
B = 9.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#20C317 (or 0x20C317) is known color: Lime Green. HEX triplet: 20, C3 and 17. RGB value is (32,195,23). Sum of RGB (Red+Green+Blue) = 32+195+23=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #20C317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C317 is #DF3CE8. Grayscale: #7F7F7F. Windows color (decimal): -14630121 or 1557280. OLE color: 1557280.

HSL color Cylindrical-coordinate representation of color #20C317: hue angle of 116.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20C317 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 195 23 -
CMYK 0.84 0 0.88 0.24
HSL 116.86º 0.79% 0.43% -
HSV(B) 116.86º 0.88% 0.76% -
XYZ 20.27 39.4 7.35 -
YUV 126.66 69.5 60.49 -
System Red Green Blue C M Y K H S L
Decimal 32 195 23 0.84 0 0.88 0.24 116.86 0.79 0.43
Hex 20 C3 17 54 0 58 18 75 4F 2B
Octal 40 303 27 124 0 130 30 165 117 53
Binary 100000 11000011 10111 1010100 0 1011000 11000 1110101 1001111 101011

Color Harmonies of #20C317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C317

Black with #20C317

Text Example


Text Example

White with #20C317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,195,23); }

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

background-color css

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

 a { background-color: rgb(32,195,23); }

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

border-color css

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

 span { border-color: rgb(32,195,23); }

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