Html Css Color HEX #23DC2B Lime Green

📋 copy color: '#23DC2B'

red 35 ◦ green 220 ◦ blue 43

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

Shades of Lime Green #23DC2B

Tints of Lime Green #23DC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 11.74%
G = 73.83%
B = 14.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#23DC2B (or 0x23DC2B) is known color: Lime Green. HEX triplet: 23, DC and 2B. RGB value is (35,220,43). Sum of RGB (Red+Green+Blue) = 35+220+43=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #23DC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23DC2B is #DC23D4. Grayscale: #919191. Windows color (decimal): -14427093 or 2874403. OLE color: 2874403.

HSL color Cylindrical-coordinate representation of color #23DC2B: hue angle of 122.59º 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 #23DC2B is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 220 43 -
CMYK 0.84 0 0.80 0.14
HSL 122.59º 0.73% 0.5% -
HSV(B) 122.59º 0.84% 0.86% -
XYZ 26.72 51.72 10.86 -
YUV 144.51 70.71 49.89 -
System Red Green Blue C M Y K H S L
Decimal 35 220 43 0.84 0 0.80 0.14 122.59 0.73 0.5
Hex 23 DC 2B 54 0 50 E 7B 49 32
Octal 43 334 53 124 0 120 16 173 111 62
Binary 100011 11011100 101011 1010100 0 1010000 1110 1111011 1001001 110010

Color Harmonies of #23DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DC2B

Black with #23DC2B

Text Example


Text Example

White with #23DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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