Html Css Color HEX #23D50C Lime Green

📋 copy color: '#23D50C'

red 35 ◦ green 213 ◦ blue 12

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

Shades of Lime Green #23D50C

Tints of Lime Green #23D50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 81.92%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 13.46%
G = 81.92%
B = 4.62%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#23D50C (or 0x23D50C) is known color: Lime Green. HEX triplet: 23, D5 and 0C. RGB value is (35,213,12). Sum of RGB (Red+Green+Blue) = 35+213+12=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 213 (83.59% from 255 or 81.92% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 213 - color contains mainly: green. Hex color #23D50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D50C is #DC2AF3. Grayscale: #898989. Windows color (decimal): -14428916 or 840995. OLE color: 840995.

HSL color Cylindrical-coordinate representation of color #23D50C: hue angle of 113.13º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23D50C is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 213 12 -
CMYK 0.84 0 0.94 0.16
HSL 113.13º 0.89% 0.44% -
HSV(B) 113.13º 0.94% 0.84% -
XYZ 24.55 47.97 8.31 -
YUV 136.86 57.53 55.34 -
System Red Green Blue C M Y K H S L
Decimal 35 213 12 0.84 0 0.94 0.16 113.13 0.89 0.44
Hex 23 D5 C 54 0 5E 10 71 59 2C
Octal 43 325 14 124 0 136 20 161 131 54
Binary 100011 11010101 1100 1010100 0 1011110 10000 1110001 1011001 101100

Color Harmonies of #23D50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D50C

Black with #23D50C

Text Example


Text Example

White with #23D50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,213,12); }

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

background-color css

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

 a { background-color: rgb(35,213,12); }

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

border-color css

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

 span { border-color: rgb(35,213,12); }

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