Html Css Color HEX #2ABA39 Lime Green

📋 copy color: '#2ABA39'

red 42 ◦ green 186 ◦ blue 57

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

Shades of Lime Green #2ABA39

Tints of Lime Green #2ABA39

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.26%

 BLUE value IS 57 (22.66% from 255) = 20%

R = 14.74%
G = 65.26%
B = 20%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#2ABA39 (or 0x2ABA39) is known color: Lime Green. HEX triplet: 2A, BA and 39. RGB value is (42,186,57). Sum of RGB (Red+Green+Blue) = 42+186+57=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABA39 is #D545C6. Grayscale: #808080. Windows color (decimal): -13977031 or 3783210. OLE color: 3783210.

HSL color Cylindrical-coordinate representation of color #2ABA39: hue angle of 126.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABA39 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 57 -
CMYK 0.77 0 0.69 0.27
HSL 126.25º 0.63% 0.45% -
HSV(B) 126.25º 0.77% 0.73% -
XYZ 19.25 35.91 9.79 -
YUV 128.24 87.79 66.49 -
System Red Green Blue C M Y K H S L
Decimal 42 186 57 0.77 0 0.69 0.27 126.25 0.63 0.45
Hex 2A BA 39 4D 0 45 1B 7E 3F 2D
Octal 52 272 71 115 0 105 33 176 77 55
Binary 101010 10111010 111001 1001101 0 1000101 11011 1111110 111111 101101

Color Harmonies of #2ABA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA39

Black with #2ABA39

Text Example


Text Example

White with #2ABA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,186,57); }

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

background-color css

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

 a { background-color: rgb(42,186,57); }

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

border-color css

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

 span { border-color: rgb(42,186,57); }

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