Html Css Color HEX #20C335 Lime Green

📋 copy color: '#20C335'

red 32 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #20C335

Tints of Lime Green #20C335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 11.43%
G = 69.64%
B = 18.93%

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

#20C335 (or 0x20C335) is known color: Lime Green. HEX triplet: 20, C3 and 35. RGB value is (32,195,53). Sum of RGB (Red+Green+Blue) = 32+195+53=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #20C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C335 is #DF3CCA. Grayscale: #828282. Windows color (decimal): -14630091 or 3523360. OLE color: 3523360.

HSL color Cylindrical-coordinate representation of color #20C335: hue angle of 127.73º 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 #20C335 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 195 53 -
CMYK 0.84 0 0.73 0.24
HSL 127.73º 0.72% 0.45% -
HSV(B) 127.73º 0.84% 0.76% -
XYZ 20.75 39.59 9.92 -
YUV 130.08 84.5 58.05 -
System Red Green Blue C M Y K H S L
Decimal 32 195 53 0.84 0 0.73 0.24 127.73 0.72 0.45
Hex 20 C3 35 54 0 49 18 80 48 2D
Octal 40 303 65 124 0 111 30 200 110 55
Binary 100000 11000011 110101 1010100 0 1001001 11000 10000000 1001000 101101

Color Harmonies of #20C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C335

Black with #20C335

Text Example


Text Example

White with #20C335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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