Html Css Color HEX #20CD23 Lime Green

📋 copy color: '#20CD23'

red 32 ◦ green 205 ◦ blue 35

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

Shades of Lime Green #20CD23

Tints of Lime Green #20CD23

RGB

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

 GREEN value IS 205 (80.47% from 255) = 75.37%

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 11.76%
G = 75.37%
B = 12.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#20CD23 (or 0x20CD23) is known color: Lime Green. HEX triplet: 20, CD and 23. RGB value is (32,205,35). Sum of RGB (Red+Green+Blue) = 32+205+35=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 205 (80.47% from 255 or 75.37% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD23 is #DF32DC. Grayscale: #868686. Windows color (decimal): -14627549 or 2346272. OLE color: 2346272.

HSL color Cylindrical-coordinate representation of color #20CD23: hue angle of 121.04º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CD23 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 205 35 -
CMYK 0.84 0 0.83 0.20
HSL 121.04º 0.73% 0.46% -
HSV(B) 121.04º 0.84% 0.8% -
XYZ 22.73 44.09 8.9 -
YUV 133.89 72.19 55.32 -
System Red Green Blue C M Y K H S L
Decimal 32 205 35 0.84 0 0.83 0.20 121.04 0.73 0.46
Hex 20 CD 23 54 0 53 14 79 49 2E
Octal 40 315 43 124 0 123 24 171 111 56
Binary 100000 11001101 100011 1010100 0 1010011 10100 1111001 1001001 101110

Color Harmonies of #20CD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD23

Black with #20CD23

Text Example


Text Example

White with #20CD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,35); }

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

background-color css

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

 a { background-color: rgb(32,205,35); }

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

border-color css

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

 span { border-color: rgb(32,205,35); }

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