Html Css Color HEX #2ACE0B Lime Green

📋 copy color: '#2ACE0B'

red 42 ◦ green 206 ◦ blue 11

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

Shades of Lime Green #2ACE0B

Tints of Lime Green #2ACE0B

RGB

 RED value IS 42 (16.8% from 255) = 16.22%

 GREEN value IS 206 (80.86% from 255) = 79.54%

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 16.22%
G = 79.54%
B = 4.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#2ACE0B (or 0x2ACE0B) is known color: Lime Green. HEX triplet: 2A, CE and 0B. RGB value is (42,206,11). Sum of RGB (Red+Green+Blue) = 42+206+11=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 206 (80.86% from 255 or 79.54% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACE0B is #D531F4. Grayscale: #878787. Windows color (decimal): -13971957 or 773674. OLE color: 773674.

HSL color Cylindrical-coordinate representation of color #2ACE0B: hue angle of 110.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ACE0B is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 11 -
CMYK 0.80 0 0.95 0.19
HSL 110.46º 0.9% 0.43% -
HSV(B) 110.46º 0.95% 0.81% -
XYZ 23.09 44.66 7.72 -
YUV 134.73 58.17 61.86 -
System Red Green Blue C M Y K H S L
Decimal 42 206 11 0.80 0 0.95 0.19 110.46 0.9 0.43
Hex 2A CE B 50 0 5F 13 6E 5A 2B
Octal 52 316 13 120 0 137 23 156 132 53
Binary 101010 11001110 1011 1010000 0 1011111 10011 1101110 1011010 101011

Color Harmonies of #2ACE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACE0B

Black with #2ACE0B

Text Example


Text Example

White with #2ACE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACE0B; }

 p { color: rgb(42,206,11); }

 H1.HeaderClassName
 {
   color: #2ACE0B;
 }
 .AnyTagClassName
 {
   color: #2ACE0B;
 }
</style>

background-color css

<style>
 a { background-color: #2ACE0B; }

 a { background-color: rgb(42,206,11); }

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

border-color css

<style>
 span { border-color: #2ACE0B; }

 span { border-color: rgb(42,206,11); }

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