Html Css Color HEX #20C234 Lime Green

📋 copy color: '#20C234'

red 32 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #20C234

Tints of Lime Green #20C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 69.78%

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

R = 11.51%
G = 69.78%
B = 18.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#20C234 (or 0x20C234) is known color: Lime Green. HEX triplet: 20, C2 and 34. RGB value is (32,194,52). Sum of RGB (Red+Green+Blue) = 32+194+52=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #20C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C234 is #DF3DCB. Grayscale: #818181. Windows color (decimal): -14630348 or 3457568. OLE color: 3457568.

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

Color convert

RGB 32 194 52 -
CMYK 0.84 0 0.73 0.24
HSL 127.41º 0.72% 0.44% -
HSV(B) 127.41º 0.84% 0.76% -
XYZ 20.51 39.14 9.72 -
YUV 129.37 84.33 58.55 -
System Red Green Blue C M Y K H S L
Decimal 32 194 52 0.84 0 0.73 0.24 127.41 0.72 0.44
Hex 20 C2 34 54 0 49 18 7F 48 2C
Octal 40 302 64 124 0 111 30 177 110 54
Binary 100000 11000010 110100 1010100 0 1001001 11000 1111111 1001000 101100

Color Harmonies of #20C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C234

Black with #20C234

Text Example


Text Example

White with #20C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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