Html Css Color HEX #23BA14 Lime Green

📋 copy color: '#23BA14'

red 35 ◦ green 186 ◦ blue 20

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

Shades of Lime Green #23BA14

Tints of Lime Green #23BA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 77.18%

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

R = 14.52%
G = 77.18%
B = 8.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#23BA14 (or 0x23BA14) is known color: Lime Green. HEX triplet: 23, BA and 14. RGB value is (35,186,20). Sum of RGB (Red+Green+Blue) = 35+186+20=241 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.52% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BA14 is #DC45EB. Grayscale: #7A7A7A. Windows color (decimal): -14435820 or 1358371. OLE color: 1358371.

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

Color convert

RGB 35 186 20 -
CMYK 0.81 0 0.89 0.27
HSL 114.58º 0.81% 0.4% -
HSV(B) 114.58º 0.89% 0.73% -
XYZ 18.38 35.53 6.55 -
YUV 121.93 70.47 66 -
System Red Green Blue C M Y K H S L
Decimal 35 186 20 0.81 0 0.89 0.27 114.58 0.81 0.4
Hex 23 BA 14 51 0 59 1B 73 51 28
Octal 43 272 24 121 0 131 33 163 121 50
Binary 100011 10111010 10100 1010001 0 1011001 11011 1110011 1010001 101000

Color Harmonies of #23BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BA14

Black with #23BA14

Text Example


Text Example

White with #23BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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