Html Css Color HEX #2ACF16 Lime Green

📋 copy color: '#2ACF16'

red 42 ◦ green 207 ◦ blue 22

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

Shades of Lime Green #2ACF16

Tints of Lime Green #2ACF16

RGB

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

 GREEN value IS 207 (81.25% from 255) = 76.38%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 15.5%
G = 76.38%
B = 8.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#2ACF16 (or 0x2ACF16) is known color: Lime Green. HEX triplet: 2A, CF and 16. RGB value is (42,207,22). Sum of RGB (Red+Green+Blue) = 42+207+22=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACF16 is #D530E9. Grayscale: #898989. Windows color (decimal): -13971690 or 1494826. OLE color: 1494826.

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

Color convert

RGB 42 207 22 -
CMYK 0.80 0 0.89 0.19
HSL 113.51º 0.81% 0.45% -
HSV(B) 113.51º 0.89% 0.81% -
XYZ 23.41 45.18 8.24 -
YUV 136.58 63.34 60.54 -
System Red Green Blue C M Y K H S L
Decimal 42 207 22 0.80 0 0.89 0.19 113.51 0.81 0.45
Hex 2A CF 16 50 0 59 13 72 51 2D
Octal 52 317 26 120 0 131 23 162 121 55
Binary 101010 11001111 10110 1010000 0 1011001 10011 1110010 1010001 101101

Color Harmonies of #2ACF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACF16

Black with #2ACF16

Text Example


Text Example

White with #2ACF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,207,22); }

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

background-color css

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

 a { background-color: rgb(42,207,22); }

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

border-color css

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

 span { border-color: rgb(42,207,22); }

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