Html Css Color HEX #2AC02B Lime Green

📋 copy color: '#2AC02B'

red 42 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #2AC02B

Tints of Lime Green #2AC02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 15.16%
G = 69.31%
B = 15.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#2AC02B (or 0x2AC02B) is known color: Lime Green. HEX triplet: 2A, C0 and 2B. RGB value is (42,192,43). Sum of RGB (Red+Green+Blue) = 42+192+43=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC02B is #D53FD4. Grayscale: #828282. Windows color (decimal): -13975509 or 2867242. OLE color: 2867242.

HSL color Cylindrical-coordinate representation of color #2AC02B: hue angle of 120.4º 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 #2AC02B is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 192 43 -
CMYK 0.78 0 0.78 0.25
HSL 120.4º 0.64% 0.46% -
HSV(B) 120.4º 0.78% 0.75% -
XYZ 20.24 38.37 8.62 -
YUV 130.16 78.81 65.12 -
System Red Green Blue C M Y K H S L
Decimal 42 192 43 0.78 0 0.78 0.25 120.4 0.64 0.46
Hex 2A C0 2B 4E 0 4E 19 78 40 2E
Octal 52 300 53 116 0 116 31 170 100 56
Binary 101010 11000000 101011 1001110 0 1001110 11001 1111000 1000000 101110

Color Harmonies of #2AC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC02B

Black with #2AC02B

Text Example


Text Example

White with #2AC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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