Html Css Color HEX #23DC42 Lime Green

📋 copy color: '#23DC42'

red 35 ◦ green 220 ◦ blue 66

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

Shades of Lime Green #23DC42

Tints of Lime Green #23DC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.54%

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 10.9%
G = 68.54%
B = 20.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#23DC42 (or 0x23DC42) is known color: Lime Green. HEX triplet: 23, DC and 42. RGB value is (35,220,66). Sum of RGB (Red+Green+Blue) = 35+220+66=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #23DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DC42 is #DC23BD. Grayscale: #939393. Windows color (decimal): -14427070 or 4381731. OLE color: 4381731.

HSL color Cylindrical-coordinate representation of color #23DC42: hue angle of 130.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DC42 is Cyan = 0.84, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 220 66 -
CMYK 0.84 0 0.7 0.14
HSL 130.05º 0.73% 0.5% -
HSV(B) 130.05º 0.84% 0.86% -
XYZ 27.27 51.94 13.74 -
YUV 147.13 82.21 48.02 -
System Red Green Blue C M Y K H S L
Decimal 35 220 66 0.84 0 0.7 0.14 130.05 0.73 0.5
Hex 23 DC 42 54 0 46 E 82 49 32
Octal 43 334 102 124 0 106 16 202 111 62
Binary 100011 11011100 1000010 1010100 0 1000110 1110 10000010 1001001 110010

Color Harmonies of #23DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DC42

Black with #23DC42

Text Example


Text Example

White with #23DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,220,66); }

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

background-color css

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

 a { background-color: rgb(35,220,66); }

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

border-color css

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

 span { border-color: rgb(35,220,66); }

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