Html Css Color HEX #23D70F Lime Green

📋 copy color: '#23D70F'

red 35 ◦ green 215 ◦ blue 15

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

Shades of Lime Green #23D70F

Tints of Lime Green #23D70F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 81.13%

 BLUE value IS 15 (6.25% from 255) = 5.66%

R = 13.21%
G = 81.13%
B = 5.66%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#23D70F (or 0x23D70F) is known color: Lime Green. HEX triplet: 23, D7 and 0F. RGB value is (35,215,15). Sum of RGB (Red+Green+Blue) = 35+215+15=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 215 (84.38% from 255 or 81.13% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 215 - color contains mainly: green. Hex color #23D70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23D70F is #DC28F0. Grayscale: #8B8B8B. Windows color (decimal): -14428401 or 1038115. OLE color: 1038115.

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

Color convert

RGB 35 215 15 -
CMYK 0.84 0 0.93 0.16
HSL 114º 0.87% 0.45% -
HSV(B) 114º 0.93% 0.84% -
XYZ 25.08 48.99 8.59 -
YUV 138.38 58.37 54.26 -
System Red Green Blue C M Y K H S L
Decimal 35 215 15 0.84 0 0.93 0.16 114 0.87 0.45
Hex 23 D7 F 54 0 5D 10 72 57 2D
Octal 43 327 17 124 0 135 20 162 127 55
Binary 100011 11010111 1111 1010100 0 1011101 10000 1110010 1010111 101101

Color Harmonies of #23D70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D70F

Black with #23D70F

Text Example


Text Example

White with #23D70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,215,15); }

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

background-color css

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

 a { background-color: rgb(35,215,15); }

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

border-color css

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

 span { border-color: rgb(35,215,15); }

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