Html Css Color HEX #23C220 Lime Green

📋 copy color: '#23C220'

red 35 ◦ green 194 ◦ blue 32

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

Shades of Lime Green #23C220

Tints of Lime Green #23C220

RGB

 RED value IS 35 (14.06% from 255) = 13.41%

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

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 13.41%
G = 74.33%
B = 12.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#23C220 (or 0x23C220) is known color: Lime Green. HEX triplet: 23, C2 and 20. RGB value is (35,194,32). Sum of RGB (Red+Green+Blue) = 35+194+32=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #23C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C220 is #DC3DDF. Grayscale: #808080. Windows color (decimal): -14433760 or 2146851. OLE color: 2146851.

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

Color convert

RGB 35 194 32 -
CMYK 0.82 0 0.84 0.24
HSL 118.89º 0.72% 0.44% -
HSV(B) 118.89º 0.84% 0.76% -
XYZ 20.25 39.05 7.84 -
YUV 127.99 73.82 61.67 -
System Red Green Blue C M Y K H S L
Decimal 35 194 32 0.82 0 0.84 0.24 118.89 0.72 0.44
Hex 23 C2 20 52 0 54 18 77 48 2C
Octal 43 302 40 122 0 124 30 167 110 54
Binary 100011 11000010 100000 1010010 0 1010100 11000 1110111 1001000 101100

Color Harmonies of #23C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C220

Black with #23C220

Text Example


Text Example

White with #23C220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23C220; }

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

 H1.HeaderClassName
 {
   color: #23C220;
 }
 .AnyTagClassName
 {
   color: #23C220;
 }
</style>

background-color css

<style>
 a { background-color: #23C220; }

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

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

border-color css

<style>
 span { border-color: #23C220; }

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

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