Html Css Color HEX #23C010 Lime Green

📋 copy color: '#23C010'

red 35 ◦ green 192 ◦ blue 16

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

Shades of Lime Green #23C010

Tints of Lime Green #23C010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 14.4%
G = 79.01%
B = 6.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#23C010 (or 0x23C010) is known color: Lime Green. HEX triplet: 23, C0 and 10. RGB value is (35,192,16). Sum of RGB (Red+Green+Blue) = 35+192+16=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #23C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23C010 is #DC3FEF. Grayscale: #7D7D7D. Windows color (decimal): -14434288 or 1097763. OLE color: 1097763.

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

Color convert

RGB 35 192 16 -
CMYK 0.82 0 0.92 0.25
HSL 113.52º 0.85% 0.41% -
HSV(B) 113.52º 0.92% 0.75% -
XYZ 19.64 38.09 6.81 -
YUV 124.99 66.49 63.81 -
System Red Green Blue C M Y K H S L
Decimal 35 192 16 0.82 0 0.92 0.25 113.52 0.85 0.41
Hex 23 C0 10 52 0 5C 19 72 55 29
Octal 43 300 20 122 0 134 31 162 125 51
Binary 100011 11000000 10000 1010010 0 1011100 11001 1110010 1010101 101001

Color Harmonies of #23C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C010

Black with #23C010

Text Example


Text Example

White with #23C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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