Html Css Color HEX #23C446 Lime Green

📋 copy color: '#23C446'

red 35 ◦ green 196 ◦ blue 70

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

Shades of Lime Green #23C446

Tints of Lime Green #23C446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 65.12%

 BLUE value IS 70 (27.73% from 255) = 23.26%

R = 11.63%
G = 65.12%
B = 23.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#23C446 (or 0x23C446) is known color: Lime Green. HEX triplet: 23, C4 and 46. RGB value is (35,196,70). Sum of RGB (Red+Green+Blue) = 35+196+70=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 196 (76.95% from 255 or 65.12% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 196 - color contains mainly: green. Hex color #23C446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C446 is #DC3BB9. Grayscale: #858585. Windows color (decimal): -14433210 or 4637731. OLE color: 4637731.

HSL color Cylindrical-coordinate representation of color #23C446: hue angle of 133.04º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C446 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 35 196 70 -
CMYK 0.82 0 0.64 0.23
HSL 133.04º 0.7% 0.45% -
HSV(B) 133.04º 0.82% 0.77% -
XYZ 21.54 40.28 12.43 -
YUV 133.5 92.16 57.75 -
System Red Green Blue C M Y K H S L
Decimal 35 196 70 0.82 0 0.64 0.23 133.04 0.7 0.45
Hex 23 C4 46 52 0 40 17 85 46 2D
Octal 43 304 106 122 0 100 27 205 106 55
Binary 100011 11000100 1000110 1010010 0 1000000 10111 10000101 1000110 101101

Color Harmonies of #23C446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C446

Black with #23C446

Text Example


Text Example

White with #23C446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,196,70); }

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

background-color css

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

 a { background-color: rgb(35,196,70); }

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

border-color css

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

 span { border-color: rgb(35,196,70); }

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