Html Css Color HEX #20C334 Lime Green

📋 copy color: '#20C334'

red 32 ◦ green 195 ◦ blue 52

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

Shades of Lime Green #20C334

Tints of Lime Green #20C334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 11.47%
G = 69.89%
B = 18.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#20C334 (or 0x20C334) is known color: Lime Green. HEX triplet: 20, C3 and 34. RGB value is (32,195,52). Sum of RGB (Red+Green+Blue) = 32+195+52=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 195 (76.56% from 255 or 69.89% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 195 - color contains mainly: green. Hex color #20C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C334 is #DF3CCB. Grayscale: #828282. Windows color (decimal): -14630092 or 3457824. OLE color: 3457824.

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

Color convert

RGB 32 195 52 -
CMYK 0.84 0 0.73 0.24
HSL 127.36º 0.72% 0.45% -
HSV(B) 127.36º 0.84% 0.76% -
XYZ 20.73 39.59 9.8 -
YUV 129.96 84 58.13 -
System Red Green Blue C M Y K H S L
Decimal 32 195 52 0.84 0 0.73 0.24 127.36 0.72 0.45
Hex 20 C3 34 54 0 49 18 7F 48 2D
Octal 40 303 64 124 0 111 30 177 110 55
Binary 100000 11000011 110100 1010100 0 1001001 11000 1111111 1001000 101101

Color Harmonies of #20C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C334

Black with #20C334

Text Example


Text Example

White with #20C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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