Html Css Color HEX #2AC23D Lime Green

📋 copy color: '#2AC23D'

red 42 ◦ green 194 ◦ blue 61

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

Shades of Lime Green #2AC23D

Tints of Lime Green #2AC23D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.32%

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 14.14%
G = 65.32%
B = 20.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#2AC23D (or 0x2AC23D) is known color: Lime Green. HEX triplet: 2A, C2 and 3D. RGB value is (42,194,61). Sum of RGB (Red+Green+Blue) = 42+194+61=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC23D is #D53DC2. Grayscale: #858585. Windows color (decimal): -13974979 or 4047402. OLE color: 4047402.

HSL color Cylindrical-coordinate representation of color #2AC23D: hue angle of 127.5º degrees, saturation: 0.64, 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 #2AC23D is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 194 61 -
CMYK 0.78 0 0.69 0.24
HSL 127.5º 0.64% 0.46% -
HSV(B) 127.5º 0.78% 0.76% -
XYZ 21.09 39.41 10.91 -
YUV 133.39 87.14 62.81 -
System Red Green Blue C M Y K H S L
Decimal 42 194 61 0.78 0 0.69 0.24 127.5 0.64 0.46
Hex 2A C2 3D 4E 0 45 18 80 40 2E
Octal 52 302 75 116 0 105 30 200 100 56
Binary 101010 11000010 111101 1001110 0 1000101 11000 10000000 1000000 101110

Color Harmonies of #2AC23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC23D

Black with #2AC23D

Text Example


Text Example

White with #2AC23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,194,61); }

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

background-color css

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

 a { background-color: rgb(42,194,61); }

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

border-color css

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

 span { border-color: rgb(42,194,61); }

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