Html Css Color HEX #2ACC1B Lime Green

📋 copy color: '#2ACC1B'

red 42 ◦ green 204 ◦ blue 27

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

Shades of Lime Green #2ACC1B

Tints of Lime Green #2ACC1B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 74.73%

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 15.38%
G = 74.73%
B = 9.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#2ACC1B (or 0x2ACC1B) is known color: Lime Green. HEX triplet: 2A, CC and 1B. RGB value is (42,204,27). Sum of RGB (Red+Green+Blue) = 42+204+27=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC1B is #D533E4. Grayscale: #878787. Windows color (decimal): -13972453 or 1821738. OLE color: 1821738.

HSL color Cylindrical-coordinate representation of color #2ACC1B: hue angle of 114.92º 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 #2ACC1B is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 204 27 -
CMYK 0.79 0 0.87 0.2
HSL 114.92º 0.77% 0.45% -
HSV(B) 114.92º 0.87% 0.8% -
XYZ 22.75 43.76 8.28 -
YUV 135.38 66.83 61.39 -
System Red Green Blue C M Y K H S L
Decimal 42 204 27 0.79 0 0.87 0.2 114.92 0.77 0.45
Hex 2A CC 1B 4F 0 57 14 73 4D 2D
Octal 52 314 33 117 0 127 24 163 115 55
Binary 101010 11001100 11011 1001111 0 1010111 10100 1110011 1001101 101101

Color Harmonies of #2ACC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACC1B

Black with #2ACC1B

Text Example


Text Example

White with #2ACC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,204,27); }

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

background-color css

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

 a { background-color: rgb(42,204,27); }

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

border-color css

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

 span { border-color: rgb(42,204,27); }

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