Html Css Color HEX #4AED32 Lime Green

📋 copy color: '#4AED32'

red 74 ◦ green 237 ◦ blue 50

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

Shades of Lime Green #4AED32

Tints of Lime Green #4AED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.65%

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 20.5%
G = 65.65%
B = 13.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#4AED32 (or 0x4AED32) is known color: Lime Green. HEX triplet: 4A, ED and 32. RGB value is (74,237,50). Sum of RGB (Red+Green+Blue) = 74+237+50=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 237 (92.97% from 255 or 65.65% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AED32 is #B512CD. Grayscale: #A7A7A7. Windows color (decimal): -11866830 or 3337546. OLE color: 3337546.

HSL color Cylindrical-coordinate representation of color #4AED32: hue angle of 112.3º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AED32 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 237 50 -
CMYK 0.69 0 0.79 0.07
HSL 112.3º 0.84% 0.56% -
HSV(B) 112.3º 0.79% 0.93% -
XYZ 33.68 62.25 13.26 -
YUV 166.95 62 61.71 -
System Red Green Blue C M Y K H S L
Decimal 74 237 50 0.69 0 0.79 0.07 112.3 0.84 0.56
Hex 4A ED 32 45 0 4F 7 70 54 38
Octal 112 355 62 105 0 117 7 160 124 70
Binary 1001010 11101101 110010 1000101 0 1001111 111 1110000 1010100 111000

Color Harmonies of #4AED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AED32

Black with #4AED32

Text Example


Text Example

White with #4AED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,237,50); }

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

background-color css

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

 a { background-color: rgb(74,237,50); }

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

border-color css

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

 span { border-color: rgb(74,237,50); }

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