Html Css Color HEX #23BD0C Lime Green

📋 copy color: '#23BD0C'

red 35 ◦ green 189 ◦ blue 12

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

Shades of Lime Green #23BD0C

Tints of Lime Green #23BD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 80.08%

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

R = 14.83%
G = 80.08%
B = 5.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#23BD0C (or 0x23BD0C) is known color: Lime Green. HEX triplet: 23, BD and 0C. RGB value is (35,189,12). Sum of RGB (Red+Green+Blue) = 35+189+12=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 189 (74.22% from 255 or 80.08% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 189 - color contains mainly: green. Hex color #23BD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BD0C is #DC42F3. Grayscale: #7B7B7B. Windows color (decimal): -14435060 or 834851. OLE color: 834851.

HSL color Cylindrical-coordinate representation of color #23BD0C: hue angle of 112.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #23BD0C is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 189 12 -
CMYK 0.81 0 0.94 0.26
HSL 112.2º 0.88% 0.39% -
HSV(B) 112.2º 0.94% 0.74% -
XYZ 18.96 36.78 6.45 -
YUV 122.78 65.48 65.39 -
System Red Green Blue C M Y K H S L
Decimal 35 189 12 0.81 0 0.94 0.26 112.2 0.88 0.39
Hex 23 BD C 51 0 5E 1A 70 58 27
Octal 43 275 14 121 0 136 32 160 130 47
Binary 100011 10111101 1100 1010001 0 1011110 11010 1110000 1011000 100111

Color Harmonies of #23BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BD0C

Black with #23BD0C

Text Example


Text Example

White with #23BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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