Html Css Color HEX #4ABE3A Lime Green

📋 copy color: '#4ABE3A'

red 74 ◦ green 190 ◦ blue 58

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

Shades of Lime Green #4ABE3A

Tints of Lime Green #4ABE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 59.01%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 22.98%
G = 59.01%
B = 18.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#4ABE3A (or 0x4ABE3A) is known color: Lime Green. HEX triplet: 4A, BE and 3A. RGB value is (74,190,58). Sum of RGB (Red+Green+Blue) = 74+190+58=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABE3A is #B541C5. Grayscale: #8C8C8C. Windows color (decimal): -11878854 or 3849802. OLE color: 3849802.

HSL color Cylindrical-coordinate representation of color #4ABE3A: hue angle of 112.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ABE3A is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 190 58 -
CMYK 0.61 0 0.69 0.25
HSL 112.73º 0.53% 0.49% -
HSV(B) 112.73º 0.69% 0.75% -
XYZ 22 38.59 10.29 -
YUV 140.27 81.57 80.73 -
System Red Green Blue C M Y K H S L
Decimal 74 190 58 0.61 0 0.69 0.25 112.73 0.53 0.49
Hex 4A BE 3A 3D 0 45 19 71 35 31
Octal 112 276 72 75 0 105 31 161 65 61
Binary 1001010 10111110 111010 111101 0 1000101 11001 1110001 110101 110001

Color Harmonies of #4ABE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABE3A

Black with #4ABE3A

Text Example


Text Example

White with #4ABE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,190,58); }

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

background-color css

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

 a { background-color: rgb(74,190,58); }

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

border-color css

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

 span { border-color: rgb(74,190,58); }

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