Html Css Color HEX #23D040 Lime Green

📋 copy color: '#23D040'

red 35 ◦ green 208 ◦ blue 64

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

Shades of Lime Green #23D040

Tints of Lime Green #23D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.75%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 11.4%
G = 67.75%
B = 20.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#23D040 (or 0x23D040) is known color: Lime Green. HEX triplet: 23, D0 and 40. RGB value is (35,208,64). Sum of RGB (Red+Green+Blue) = 35+208+64=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 208 (81.64% from 255 or 67.75% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 208 - color contains mainly: green. Hex color #23D040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23D040 is #DC2FBF. Grayscale: #8C8C8C. Windows color (decimal): -14430144 or 4247587. OLE color: 4247587.

HSL color Cylindrical-coordinate representation of color #23D040: hue angle of 130.06º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D040 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 35 208 64 -
CMYK 0.83 0 0.69 0.18
HSL 130.06º 0.71% 0.48% -
HSV(B) 130.06º 0.83% 0.82% -
XYZ 24.17 45.84 12.42 -
YUV 139.86 85.19 53.21 -
System Red Green Blue C M Y K H S L
Decimal 35 208 64 0.83 0 0.69 0.18 130.06 0.71 0.48
Hex 23 D0 40 53 0 45 12 82 47 30
Octal 43 320 100 123 0 105 22 202 107 60
Binary 100011 11010000 1000000 1010011 0 1000101 10010 10000010 1000111 110000

Color Harmonies of #23D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D040

Black with #23D040

Text Example


Text Example

White with #23D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,208,64); }

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

background-color css

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

 a { background-color: rgb(35,208,64); }

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

border-color css

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

 span { border-color: rgb(35,208,64); }

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