Html Css Color HEX #20CC3A Lime Green

📋 copy color: '#20CC3A'

red 32 ◦ green 204 ◦ blue 58

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

Shades of Lime Green #20CC3A

Tints of Lime Green #20CC3A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 69.39%

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

R = 10.88%
G = 69.39%
B = 19.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#20CC3A (or 0x20CC3A) is known color: Lime Green. HEX triplet: 20, CC and 3A. RGB value is (32,204,58). Sum of RGB (Red+Green+Blue) = 32+204+58=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 204 (80.08% from 255 or 69.39% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CC3A is #DF33C5. Grayscale: #888888. Windows color (decimal): -14627782 or 3853344. OLE color: 3853344.

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

Color convert

RGB 32 204 58 -
CMYK 0.84 0 0.72 0.2
HSL 129.07º 0.73% 0.46% -
HSV(B) 129.07º 0.84% 0.8% -
XYZ 22.95 43.8 11.25 -
YUV 135.93 84.02 53.87 -
System Red Green Blue C M Y K H S L
Decimal 32 204 58 0.84 0 0.72 0.2 129.07 0.73 0.46
Hex 20 CC 3A 54 0 48 14 81 49 2E
Octal 40 314 72 124 0 110 24 201 111 56
Binary 100000 11001100 111010 1010100 0 1001000 10100 10000001 1001001 101110

Color Harmonies of #20CC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC3A

Black with #20CC3A

Text Example


Text Example

White with #20CC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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