Html Css Color HEX #23BD0E Lime Green

📋 copy color: '#23BD0E'

red 35 ◦ green 189 ◦ blue 14

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

Shades of Lime Green #23BD0E

Tints of Lime Green #23BD0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 14.71%
G = 79.41%
B = 5.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#23BD0E (or 0x23BD0E) is known color: Lime Green. HEX triplet: 23, BD and 0E. RGB value is (35,189,14). Sum of RGB (Red+Green+Blue) = 35+189+14=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 189 (74.22% from 255 or 79.41% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 189 - color contains mainly: green. Hex color #23BD0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23BD0E is #DC42F1. Grayscale: #7B7B7B. Windows color (decimal): -14435058 or 965923. OLE color: 965923.

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

Color convert

RGB 35 189 14 -
CMYK 0.81 0 0.93 0.26
HSL 112.8º 0.86% 0.4% -
HSV(B) 112.8º 0.93% 0.74% -
XYZ 18.97 36.78 6.52 -
YUV 123 66.48 65.23 -
System Red Green Blue C M Y K H S L
Decimal 35 189 14 0.81 0 0.93 0.26 112.8 0.86 0.4
Hex 23 BD E 51 0 5D 1A 71 56 28
Octal 43 275 16 121 0 135 32 161 126 50
Binary 100011 10111101 1110 1010001 0 1011101 11010 1110001 1010110 101000

Color Harmonies of #23BD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BD0E

Black with #23BD0E

Text Example


Text Example

White with #23BD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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