Html Css Color HEX #23BC14 Lime Green

📋 copy color: '#23BC14'

red 35 ◦ green 188 ◦ blue 20

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

Shades of Lime Green #23BC14

Tints of Lime Green #23BC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 77.37%

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 14.4%
G = 77.37%
B = 8.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#23BC14 (or 0x23BC14) is known color: Lime Green. HEX triplet: 23, BC and 14. RGB value is (35,188,20). Sum of RGB (Red+Green+Blue) = 35+188+20=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BC14 is #DC43EB. Grayscale: #7B7B7B. Windows color (decimal): -14435308 or 1358883. OLE color: 1358883.

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

Color convert

RGB 35 188 20 -
CMYK 0.81 0 0.89 0.26
HSL 114.64º 0.81% 0.41% -
HSV(B) 114.64º 0.89% 0.74% -
XYZ 18.8 36.37 6.69 -
YUV 123.1 69.81 65.16 -
System Red Green Blue C M Y K H S L
Decimal 35 188 20 0.81 0 0.89 0.26 114.64 0.81 0.41
Hex 23 BC 14 51 0 59 1A 73 51 29
Octal 43 274 24 121 0 131 32 163 121 51
Binary 100011 10111100 10100 1010001 0 1011001 11010 1110011 1010001 101001

Color Harmonies of #23BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BC14

Black with #23BC14

Text Example


Text Example

White with #23BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,188,20); }

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

background-color css

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

 a { background-color: rgb(35,188,20); }

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

border-color css

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

 span { border-color: rgb(35,188,20); }

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