Html Css Color HEX #2ACB0C Lime Green

📋 copy color: '#2ACB0C'

red 42 ◦ green 203 ◦ blue 12

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

Shades of Lime Green #2ACB0C

Tints of Lime Green #2ACB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 78.99%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 16.34%
G = 78.99%
B = 4.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#2ACB0C (or 0x2ACB0C) is known color: Lime Green. HEX triplet: 2A, CB and 0C. RGB value is (42,203,12). Sum of RGB (Red+Green+Blue) = 42+203+12=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACB0C is #D534F3. Grayscale: #858585. Windows color (decimal): -13972724 or 838442. OLE color: 838442.

HSL color Cylindrical-coordinate representation of color #2ACB0C: hue angle of 110.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ACB0C is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 203 12 -
CMYK 0.79 0 0.94 0.20
HSL 110.58º 0.89% 0.42% -
HSV(B) 110.58º 0.94% 0.8% -
XYZ 22.38 43.23 7.51 -
YUV 133.09 59.66 63.03 -
System Red Green Blue C M Y K H S L
Decimal 42 203 12 0.79 0 0.94 0.20 110.58 0.89 0.42
Hex 2A CB C 4F 0 5E 14 6F 59 2A
Octal 52 313 14 117 0 136 24 157 131 52
Binary 101010 11001011 1100 1001111 0 1011110 10100 1101111 1011001 101010

Color Harmonies of #2ACB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACB0C

Black with #2ACB0C

Text Example


Text Example

White with #2ACB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,203,12); }

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

background-color css

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

 a { background-color: rgb(42,203,12); }

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

border-color css

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

 span { border-color: rgb(42,203,12); }

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