Html Css Color HEX #20C33E Lime Green

📋 copy color: '#20C33E'

red 32 ◦ green 195 ◦ blue 62

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

Shades of Lime Green #20C33E

Tints of Lime Green #20C33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.45%

R = 11.07%
G = 67.47%
B = 21.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#20C33E (or 0x20C33E) is known color: Lime Green. HEX triplet: 20, C3 and 3E. RGB value is (32,195,62). Sum of RGB (Red+Green+Blue) = 32+195+62=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 195 (76.56% from 255 or 67.47% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 195 - color contains mainly: green. Hex color #20C33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C33E is #DF3CC1. Grayscale: #838383. Windows color (decimal): -14630082 or 4113184. OLE color: 4113184.

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

Color convert

RGB 32 195 62 -
CMYK 0.84 0 0.68 0.24
HSL 131.04º 0.72% 0.45% -
HSV(B) 131.04º 0.84% 0.76% -
XYZ 20.98 39.69 11.11 -
YUV 131.1 89 57.31 -
System Red Green Blue C M Y K H S L
Decimal 32 195 62 0.84 0 0.68 0.24 131.04 0.72 0.45
Hex 20 C3 3E 54 0 44 18 83 48 2D
Octal 40 303 76 124 0 104 30 203 110 55
Binary 100000 11000011 111110 1010100 0 1000100 11000 10000011 1001000 101101

Color Harmonies of #20C33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C33E

Black with #20C33E

Text Example


Text Example

White with #20C33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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