Html Css Color HEX #23C013 Lime Green

📋 copy color: '#23C013'

red 35 ◦ green 192 ◦ blue 19

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

Shades of Lime Green #23C013

Tints of Lime Green #23C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 78.05%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 14.23%
G = 78.05%
B = 7.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#23C013 (or 0x23C013) is known color: Lime Green. HEX triplet: 23, C0 and 13. RGB value is (35,192,19). Sum of RGB (Red+Green+Blue) = 35+192+19=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #23C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C013 is #DC3FEC. Grayscale: #7D7D7D. Windows color (decimal): -14434285 or 1294371. OLE color: 1294371.

HSL color Cylindrical-coordinate representation of color #23C013: hue angle of 114.45º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #23C013 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 192 19 -
CMYK 0.82 0 0.90 0.25
HSL 114.45º 0.82% 0.41% -
HSV(B) 114.45º 0.9% 0.75% -
XYZ 19.66 38.1 6.93 -
YUV 125.34 67.99 63.57 -
System Red Green Blue C M Y K H S L
Decimal 35 192 19 0.82 0 0.90 0.25 114.45 0.82 0.41
Hex 23 C0 13 52 0 5A 19 72 52 29
Octal 43 300 23 122 0 132 31 162 122 51
Binary 100011 11000000 10011 1010010 0 1011010 11001 1110010 1010010 101001

Color Harmonies of #23C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C013

Black with #23C013

Text Example


Text Example

White with #23C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,192,19); }

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

background-color css

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

 a { background-color: rgb(35,192,19); }

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

border-color css

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

 span { border-color: rgb(35,192,19); }

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