Html Css Color HEX #4ABA3D Lime Green

📋 copy color: '#4ABA3D'

red 74 ◦ green 186 ◦ blue 61

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

Shades of Lime Green #4ABA3D

Tints of Lime Green #4ABA3D

RGB

 RED value IS 74 (29.3% from 255) = 23.05%

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

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

R = 23.05%
G = 57.94%
B = 19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#4ABA3D (or 0x4ABA3D) is known color: Lime Green. HEX triplet: 4A, BA and 3D. RGB value is (74,186,61). Sum of RGB (Red+Green+Blue) = 74+186+61=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABA3D is #B545C2. Grayscale: #8A8A8A. Windows color (decimal): -11879875 or 4045386. OLE color: 4045386.

HSL color Cylindrical-coordinate representation of color #4ABA3D: hue angle of 113.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ABA3D is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 186 61 -
CMYK 0.60 0 0.67 0.27
HSL 113.76º 0.51% 0.48% -
HSV(B) 113.76º 0.67% 0.73% -
XYZ 21.23 36.91 10.42 -
YUV 138.26 84.39 82.16 -
System Red Green Blue C M Y K H S L
Decimal 74 186 61 0.60 0 0.67 0.27 113.76 0.51 0.48
Hex 4A BA 3D 3C 0 43 1B 72 33 30
Octal 112 272 75 74 0 103 33 162 63 60
Binary 1001010 10111010 111101 111100 0 1000011 11011 1110010 110011 110000

Color Harmonies of #4ABA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABA3D

Black with #4ABA3D

Text Example


Text Example

White with #4ABA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ABA3D; }

 p { color: rgb(74,186,61); }

 H1.HeaderClassName
 {
   color: #4ABA3D;
 }
 .AnyTagClassName
 {
   color: #4ABA3D;
 }
</style>

background-color css

<style>
 a { background-color: #4ABA3D; }

 a { background-color: rgb(74,186,61); }

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

border-color css

<style>
 span { border-color: #4ABA3D; }

 span { border-color: rgb(74,186,61); }

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