Html Css Color HEX #2AC33A Lime Green

📋 copy color: '#2AC33A'

red 42 ◦ green 195 ◦ blue 58

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

Shades of Lime Green #2AC33A

Tints of Lime Green #2AC33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.1%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 14.24%
G = 66.1%
B = 19.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#2AC33A (or 0x2AC33A) is known color: Lime Green. HEX triplet: 2A, C3 and 3A. RGB value is (42,195,58). Sum of RGB (Red+Green+Blue) = 42+195+58=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC33A is #D53CC5. Grayscale: #868686. Windows color (decimal): -13974726 or 3851050. OLE color: 3851050.

HSL color Cylindrical-coordinate representation of color #2AC33A: hue angle of 126.27º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC33A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 195 58 -
CMYK 0.78 0 0.70 0.24
HSL 126.27º 0.65% 0.46% -
HSV(B) 126.27º 0.78% 0.76% -
XYZ 21.23 39.83 10.57 -
YUV 133.64 85.31 62.64 -
System Red Green Blue C M Y K H S L
Decimal 42 195 58 0.78 0 0.70 0.24 126.27 0.65 0.46
Hex 2A C3 3A 4E 0 46 18 7E 41 2E
Octal 52 303 72 116 0 106 30 176 101 56
Binary 101010 11000011 111010 1001110 0 1000110 11000 1111110 1000001 101110

Color Harmonies of #2AC33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC33A

Black with #2AC33A

Text Example


Text Example

White with #2AC33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,195,58); }

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

background-color css

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

 a { background-color: rgb(42,195,58); }

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

border-color css

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

 span { border-color: rgb(42,195,58); }

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