Html Css Color HEX #20B121 Lime Green

📋 copy color: '#20B121'

red 32 ◦ green 177 ◦ blue 33

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

Shades of Lime Green #20B121

Tints of Lime Green #20B121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 73.14%

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 13.22%
G = 73.14%
B = 13.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#20B121 (or 0x20B121) is known color: Lime Green. HEX triplet: 20, B1 and 21. RGB value is (32,177,33). Sum of RGB (Red+Green+Blue) = 32+177+33=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 177 (69.53% from 255 or 73.14% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 177 - color contains mainly: green. Hex color #20B121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B121 is #DF4EDE. Grayscale: #757575. Windows color (decimal): -14634719 or 2208032. OLE color: 2208032.

HSL color Cylindrical-coordinate representation of color #20B121: hue angle of 120.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B121 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 177 33 -
CMYK 0.82 0 0.81 0.31
HSL 120.41º 0.69% 0.41% -
HSV(B) 120.41º 0.82% 0.69% -
XYZ 16.59 31.86 6.71 -
YUV 117.23 80.46 67.21 -
System Red Green Blue C M Y K H S L
Decimal 32 177 33 0.82 0 0.81 0.31 120.41 0.69 0.41
Hex 20 B1 21 52 0 51 1F 78 45 29
Octal 40 261 41 122 0 121 37 170 105 51
Binary 100000 10110001 100001 1010010 0 1010001 11111 1111000 1000101 101001

Color Harmonies of #20B121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B121

Black with #20B121

Text Example


Text Example

White with #20B121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,177,33); }

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

background-color css

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

 a { background-color: rgb(32,177,33); }

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

border-color css

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

 span { border-color: rgb(32,177,33); }

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