Html Css Color HEX #20C933 Lime Green

📋 copy color: '#20C933'

red 32 ◦ green 201 ◦ blue 51

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

Shades of Lime Green #20C933

Tints of Lime Green #20C933

RGB

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

 GREEN value IS 201 (78.91% from 255) = 70.77%

 BLUE value IS 51 (20.31% from 255) = 17.96%

R = 11.27%
G = 70.77%
B = 17.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#20C933 (or 0x20C933) is known color: Lime Green. HEX triplet: 20, C9 and 33. RGB value is (32,201,51). Sum of RGB (Red+Green+Blue) = 32+201+51=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 201 (78.91% from 255 or 70.77% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 201 - color contains mainly: green. Hex color #20C933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C933 is #DF36CC. Grayscale: #858585. Windows color (decimal): -14628557 or 3393824. OLE color: 3393824.

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

Color convert

RGB 32 201 51 -
CMYK 0.84 0 0.75 0.21
HSL 126.75º 0.73% 0.46% -
HSV(B) 126.75º 0.84% 0.79% -
XYZ 22.08 42.32 10.14 -
YUV 133.37 81.51 55.7 -
System Red Green Blue C M Y K H S L
Decimal 32 201 51 0.84 0 0.75 0.21 126.75 0.73 0.46
Hex 20 C9 33 54 0 4B 15 7F 49 2E
Octal 40 311 63 124 0 113 25 177 111 56
Binary 100000 11001001 110011 1010100 0 1001011 10101 1111111 1001001 101110

Color Harmonies of #20C933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C933

Black with #20C933

Text Example


Text Example

White with #20C933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,201,51); }

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

background-color css

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

 a { background-color: rgb(32,201,51); }

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

border-color css

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

 span { border-color: rgb(32,201,51); }

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