Html Css Color HEX #4AEC30 Lime Green

📋 copy color: '#4AEC30'

red 74 ◦ green 236 ◦ blue 48

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

Shades of Lime Green #4AEC30

Tints of Lime Green #4AEC30

RGB

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

 GREEN value IS 236 (92.58% from 255) = 65.92%

 BLUE value IS 48 (19.14% from 255) = 13.41%

R = 20.67%
G = 65.92%
B = 13.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#4AEC30 (or 0x4AEC30) is known color: Lime Green. HEX triplet: 4A, EC and 30. RGB value is (74,236,48). Sum of RGB (Red+Green+Blue) = 74+236+48=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 236 (92.58% from 255 or 65.92% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 236 - color contains mainly: green. Hex color #4AEC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEC30 is #B513CF. Grayscale: #A6A6A6. Windows color (decimal): -11867088 or 3206218. OLE color: 3206218.

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

Color convert

RGB 74 236 48 -
CMYK 0.69 0 0.80 0.07
HSL 111.7º 0.83% 0.56% -
HSV(B) 111.7º 0.8% 0.93% -
XYZ 33.35 61.66 12.94 -
YUV 166.13 61.33 62.29 -
System Red Green Blue C M Y K H S L
Decimal 74 236 48 0.69 0 0.80 0.07 111.7 0.83 0.56
Hex 4A EC 30 45 0 50 7 70 53 38
Octal 112 354 60 105 0 120 7 160 123 70
Binary 1001010 11101100 110000 1000101 0 1010000 111 1110000 1010011 111000

Color Harmonies of #4AEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEC30

Black with #4AEC30

Text Example


Text Example

White with #4AEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,48); }

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

background-color css

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

 a { background-color: rgb(74,236,48); }

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

border-color css

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

 span { border-color: rgb(74,236,48); }

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