Html Css Color HEX #20BC35 Lime Green

📋 copy color: '#20BC35'

red 32 ◦ green 188 ◦ blue 53

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

Shades of Lime Green #20BC35

Tints of Lime Green #20BC35

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.86%

 BLUE value IS 53 (21.09% from 255) = 19.41%

R = 11.72%
G = 68.86%
B = 19.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#20BC35 (or 0x20BC35) is known color: Lime Green. HEX triplet: 20, BC and 35. RGB value is (32,188,53). Sum of RGB (Red+Green+Blue) = 32+188+53=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BC35 is #DF43CA. Grayscale: #7E7E7E. Windows color (decimal): -14631883 or 3521568. OLE color: 3521568.

HSL color Cylindrical-coordinate representation of color #20BC35: hue angle of 128.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BC35 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 188 53 -
CMYK 0.83 0 0.72 0.26
HSL 128.08º 0.71% 0.43% -
HSV(B) 128.08º 0.83% 0.74% -
XYZ 19.22 36.53 9.41 -
YUV 125.97 86.82 60.98 -
System Red Green Blue C M Y K H S L
Decimal 32 188 53 0.83 0 0.72 0.26 128.08 0.71 0.43
Hex 20 BC 35 53 0 48 1A 80 47 2B
Octal 40 274 65 123 0 110 32 200 107 53
Binary 100000 10111100 110101 1010011 0 1001000 11010 10000000 1000111 101011

Color Harmonies of #20BC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BC35

Black with #20BC35

Text Example


Text Example

White with #20BC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,53); }

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

background-color css

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

 a { background-color: rgb(32,188,53); }

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

border-color css

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

 span { border-color: rgb(32,188,53); }

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