Html Css Color HEX #20C330 Lime Green

📋 copy color: '#20C330'

red 32 ◦ green 195 ◦ blue 48

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

Shades of Lime Green #20C330

Tints of Lime Green #20C330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.91%

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 11.64%
G = 70.91%
B = 17.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#20C330 (or 0x20C330) is known color: Lime Green. HEX triplet: 20, C3 and 30. RGB value is (32,195,48). Sum of RGB (Red+Green+Blue) = 32+195+48=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 195 (76.56% from 255 or 70.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 195 - color contains mainly: green. Hex color #20C330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C330 is #DF3CCF. Grayscale: #818181. Windows color (decimal): -14630096 or 3195680. OLE color: 3195680.

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

Color convert

RGB 32 195 48 -
CMYK 0.84 0 0.75 0.24
HSL 125.89º 0.72% 0.45% -
HSV(B) 125.89º 0.84% 0.76% -
XYZ 20.64 39.55 9.34 -
YUV 129.51 82 58.45 -
System Red Green Blue C M Y K H S L
Decimal 32 195 48 0.84 0 0.75 0.24 125.89 0.72 0.45
Hex 20 C3 30 54 0 4B 18 7E 48 2D
Octal 40 303 60 124 0 113 30 176 110 55
Binary 100000 11000011 110000 1010100 0 1001011 11000 1111110 1001000 101101

Color Harmonies of #20C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C330

Black with #20C330

Text Example


Text Example

White with #20C330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,195,48); }

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

background-color css

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

 a { background-color: rgb(32,195,48); }

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

border-color css

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

 span { border-color: rgb(32,195,48); }

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