Html Css Color HEX #2ACB46 Lime Green

📋 copy color: '#2ACB46'

red 42 ◦ green 203 ◦ blue 70

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

Shades of Lime Green #2ACB46

Tints of Lime Green #2ACB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 13.33%
G = 64.44%
B = 22.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#2ACB46 (or 0x2ACB46) is known color: Lime Green. HEX triplet: 2A, CB and 46. RGB value is (42,203,70). Sum of RGB (Red+Green+Blue) = 42+203+70=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACB46 is #D534B9. Grayscale: #8C8C8C. Windows color (decimal): -13972666 or 4639530. OLE color: 4639530.

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

Color convert

RGB 42 203 70 -
CMYK 0.79 0 0.66 0.20
HSL 130.43º 0.66% 0.48% -
HSV(B) 130.43º 0.79% 0.8% -
XYZ 23.42 43.65 12.98 -
YUV 139.7 88.66 58.31 -
System Red Green Blue C M Y K H S L
Decimal 42 203 70 0.79 0 0.66 0.20 130.43 0.66 0.48
Hex 2A CB 46 4F 0 42 14 82 42 30
Octal 52 313 106 117 0 102 24 202 102 60
Binary 101010 11001011 1000110 1001111 0 1000010 10100 10000010 1000010 110000

Color Harmonies of #2ACB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACB46

Black with #2ACB46

Text Example


Text Example

White with #2ACB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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