Html Css Color HEX #2ABB38 Lime Green

📋 copy color: '#2ABB38'

red 42 ◦ green 187 ◦ blue 56

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

Shades of Lime Green #2ABB38

Tints of Lime Green #2ABB38

RGB

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

 GREEN value IS 187 (73.44% from 255) = 65.61%

 BLUE value IS 56 (22.27% from 255) = 19.65%

R = 14.74%
G = 65.61%
B = 19.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#2ABB38 (or 0x2ABB38) is known color: Lime Green. HEX triplet: 2A, BB and 38. RGB value is (42,187,56). Sum of RGB (Red+Green+Blue) = 42+187+56=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 187 (73.44% from 255 or 65.61% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ABB38 is #D544C7. Grayscale: #818181. Windows color (decimal): -13976776 or 3717930. OLE color: 3717930.

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

Color convert

RGB 42 187 56 -
CMYK 0.78 0 0.70 0.27
HSL 125.79º 0.63% 0.45% -
HSV(B) 125.79º 0.78% 0.73% -
XYZ 19.44 36.32 9.73 -
YUV 128.71 86.96 66.15 -
System Red Green Blue C M Y K H S L
Decimal 42 187 56 0.78 0 0.70 0.27 125.79 0.63 0.45
Hex 2A BB 38 4E 0 46 1B 7E 3F 2D
Octal 52 273 70 116 0 106 33 176 77 55
Binary 101010 10111011 111000 1001110 0 1000110 11011 1111110 111111 101101

Color Harmonies of #2ABB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB38

Black with #2ABB38

Text Example


Text Example

White with #2ABB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,56); }

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

background-color css

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

 a { background-color: rgb(42,187,56); }

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

border-color css

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

 span { border-color: rgb(42,187,56); }

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