Html Css Color HEX #4ABE3C Lime Green

📋 copy color: '#4ABE3C'

red 74 ◦ green 190 ◦ blue 60

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

Shades of Lime Green #4ABE3C

Tints of Lime Green #4ABE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 22.84%
G = 58.64%
B = 18.52%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#4ABE3C (or 0x4ABE3C) is known color: Lime Green. HEX triplet: 4A, BE and 3C. RGB value is (74,190,60). Sum of RGB (Red+Green+Blue) = 74+190+60=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABE3C is #B541C3. Grayscale: #8C8C8C. Windows color (decimal): -11878852 or 3980874. OLE color: 3980874.

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

Color convert

RGB 74 190 60 -
CMYK 0.61 0 0.68 0.25
HSL 113.54º 0.52% 0.49% -
HSV(B) 113.54º 0.68% 0.75% -
XYZ 22.05 38.61 10.56 -
YUV 140.5 82.57 80.57 -
System Red Green Blue C M Y K H S L
Decimal 74 190 60 0.61 0 0.68 0.25 113.54 0.52 0.49
Hex 4A BE 3C 3D 0 44 19 72 34 31
Octal 112 276 74 75 0 104 31 162 64 61
Binary 1001010 10111110 111100 111101 0 1000100 11001 1110010 110100 110001

Color Harmonies of #4ABE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABE3C

Black with #4ABE3C

Text Example


Text Example

White with #4ABE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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