Html Css Color HEX #2AC04B Lime Green

📋 copy color: '#2AC04B'

red 42 ◦ green 192 ◦ blue 75

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

Shades of Lime Green #2AC04B

Tints of Lime Green #2AC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.14%

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 13.59%
G = 62.14%
B = 24.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2AC04B (or 0x2AC04B) is known color: Lime Green. HEX triplet: 2A, C0 and 4B. RGB value is (42,192,75). Sum of RGB (Red+Green+Blue) = 42+192+75=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC04B is #D53FB4. Grayscale: #868686. Windows color (decimal): -13975477 or 4964394. OLE color: 4964394.

HSL color Cylindrical-coordinate representation of color #2AC04B: hue angle of 133.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC04B is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 192 75 -
CMYK 0.78 0 0.61 0.25
HSL 133.2º 0.64% 0.46% -
HSV(B) 133.2º 0.78% 0.75% -
XYZ 21.07 38.7 13.02 -
YUV 133.81 94.81 62.51 -
System Red Green Blue C M Y K H S L
Decimal 42 192 75 0.78 0 0.61 0.25 133.2 0.64 0.46
Hex 2A C0 4B 4E 0 3D 19 85 40 2E
Octal 52 300 113 116 0 75 31 205 100 56
Binary 101010 11000000 1001011 1001110 0 111101 11001 10000101 1000000 101110

Color Harmonies of #2AC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC04B

Black with #2AC04B

Text Example


Text Example

White with #2AC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,192,75); }

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

background-color css

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

 a { background-color: rgb(42,192,75); }

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

border-color css

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

 span { border-color: rgb(42,192,75); }

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