Html Css Color HEX #20C33A Lime Green

📋 copy color: '#20C33A'

red 32 ◦ green 195 ◦ blue 58

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

Shades of Lime Green #20C33A

Tints of Lime Green #20C33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 11.23%
G = 68.42%
B = 20.35%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#20C33A (or 0x20C33A) is known color: Lime Green. HEX triplet: 20, C3 and 3A. RGB value is (32,195,58). Sum of RGB (Red+Green+Blue) = 32+195+58=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #20C33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C33A is #DF3CC5. Grayscale: #838383. Windows color (decimal): -14630086 or 3851040. OLE color: 3851040.

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

Color convert

RGB 32 195 58 -
CMYK 0.84 0 0.70 0.24
HSL 129.57º 0.72% 0.45% -
HSV(B) 129.57º 0.84% 0.76% -
XYZ 20.87 39.64 10.55 -
YUV 130.65 87 57.64 -
System Red Green Blue C M Y K H S L
Decimal 32 195 58 0.84 0 0.70 0.24 129.57 0.72 0.45
Hex 20 C3 3A 54 0 46 18 82 48 2D
Octal 40 303 72 124 0 106 30 202 110 55
Binary 100000 11000011 111010 1010100 0 1000110 11000 10000010 1001000 101101

Color Harmonies of #20C33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C33A

Black with #20C33A

Text Example


Text Example

White with #20C33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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