Html Css Color HEX #2ACB1A Lime Green

📋 copy color: '#2ACB1A'

red 42 ◦ green 203 ◦ blue 26

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

Shades of Lime Green #2ACB1A

Tints of Lime Green #2ACB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 15.5%
G = 74.91%
B = 9.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#2ACB1A (or 0x2ACB1A) is known color: Lime Green. HEX triplet: 2A, CB and 1A. RGB value is (42,203,26). Sum of RGB (Red+Green+Blue) = 42+203+26=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 203 (79.69% from 255 or 74.91% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACB1A is #D534E5. Grayscale: #878787. Windows color (decimal): -13972710 or 1755946. OLE color: 1755946.

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

Color convert

RGB 42 203 26 -
CMYK 0.79 0 0.87 0.20
HSL 114.58º 0.77% 0.45% -
HSV(B) 114.58º 0.87% 0.8% -
XYZ 22.5 43.28 8.15 -
YUV 134.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 42 203 26 0.79 0 0.87 0.20 114.58 0.77 0.45
Hex 2A CB 1A 4F 0 57 14 73 4D 2D
Octal 52 313 32 117 0 127 24 163 115 55
Binary 101010 11001011 11010 1001111 0 1010111 10100 1110011 1001101 101101

Color Harmonies of #2ACB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACB1A

Black with #2ACB1A

Text Example


Text Example

White with #2ACB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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