Html Css Color HEX #20C23D Lime Green

📋 copy color: '#20C23D'

red 32 ◦ green 194 ◦ blue 61

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

Shades of Lime Green #20C23D

Tints of Lime Green #20C23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 11.15%
G = 67.6%
B = 21.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#20C23D (or 0x20C23D) is known color: Lime Green. HEX triplet: 20, C2 and 3D. RGB value is (32,194,61). Sum of RGB (Red+Green+Blue) = 32+194+61=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #20C23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C23D is #DF3DC2. Grayscale: #828282. Windows color (decimal): -14630339 or 4047392. OLE color: 4047392.

HSL color Cylindrical-coordinate representation of color #20C23D: hue angle of 130.74º 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 #20C23D is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 61 -
CMYK 0.84 0 0.69 0.24
HSL 130.74º 0.72% 0.44% -
HSV(B) 130.74º 0.84% 0.76% -
XYZ 20.73 39.23 10.89 -
YUV 130.4 88.83 57.81 -
System Red Green Blue C M Y K H S L
Decimal 32 194 61 0.84 0 0.69 0.24 130.74 0.72 0.44
Hex 20 C2 3D 54 0 45 18 83 48 2C
Octal 40 302 75 124 0 105 30 203 110 54
Binary 100000 11000010 111101 1010100 0 1000101 11000 10000011 1001000 101100

Color Harmonies of #20C23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C23D

Black with #20C23D

Text Example


Text Example

White with #20C23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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