Html Css Color HEX #2AC023 Lime Green

📋 copy color: '#2AC023'

red 42 ◦ green 192 ◦ blue 35

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

Shades of Lime Green #2AC023

Tints of Lime Green #2AC023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 15.61%
G = 71.38%
B = 13.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#2AC023 (or 0x2AC023) is known color: Lime Green. HEX triplet: 2A, C0 and 23. RGB value is (42,192,35). Sum of RGB (Red+Green+Blue) = 42+192+35=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC023 is #D53FDC. Grayscale: #818181. Windows color (decimal): -13975517 or 2342954. OLE color: 2342954.

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

Color convert

RGB 42 192 35 -
CMYK 0.78 0 0.82 0.25
HSL 117.32º 0.69% 0.45% -
HSV(B) 117.32º 0.82% 0.75% -
XYZ 20.11 38.31 7.93 -
YUV 129.25 74.81 65.77 -
System Red Green Blue C M Y K H S L
Decimal 42 192 35 0.78 0 0.82 0.25 117.32 0.69 0.45
Hex 2A C0 23 4E 0 52 19 75 45 2D
Octal 52 300 43 116 0 122 31 165 105 55
Binary 101010 11000000 100011 1001110 0 1010010 11001 1110101 1000101 101101

Color Harmonies of #2AC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC023

Black with #2AC023

Text Example


Text Example

White with #2AC023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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