Html Css Color HEX #20B234 Lime Green

📋 copy color: '#20B234'

red 32 ◦ green 178 ◦ blue 52

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

Shades of Lime Green #20B234

Tints of Lime Green #20B234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 67.94%

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 12.21%
G = 67.94%
B = 19.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#20B234 (or 0x20B234) is known color: Lime Green. HEX triplet: 20, B2 and 34. RGB value is (32,178,52). Sum of RGB (Red+Green+Blue) = 32+178+52=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #20B234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B234 is #DF4DCB. Grayscale: #787878. Windows color (decimal): -14634444 or 3453472. OLE color: 3453472.

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

Color convert

RGB 32 178 52 -
CMYK 0.82 0 0.71 0.30
HSL 128.22º 0.7% 0.41% -
HSV(B) 128.22º 0.82% 0.7% -
XYZ 17.14 32.4 8.6 -
YUV 119.98 89.63 65.25 -
System Red Green Blue C M Y K H S L
Decimal 32 178 52 0.82 0 0.71 0.30 128.22 0.7 0.41
Hex 20 B2 34 52 0 47 1E 80 46 29
Octal 40 262 64 122 0 107 36 200 106 51
Binary 100000 10110010 110100 1010010 0 1000111 11110 10000000 1000110 101001

Color Harmonies of #20B234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B234

Black with #20B234

Text Example


Text Example

White with #20B234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,178,52); }

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

background-color css

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

 a { background-color: rgb(32,178,52); }

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

border-color css

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

 span { border-color: rgb(32,178,52); }

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