Html Css Color HEX #4AE64C Lime Green

📋 copy color: '#4AE64C'

red 74 ◦ green 230 ◦ blue 76

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

Shades of Lime Green #4AE64C

Tints of Lime Green #4AE64C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 60.53%

 BLUE value IS 76 (30.08% from 255) = 20%

R = 19.47%
G = 60.53%
B = 20%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#4AE64C (or 0x4AE64C) is known color: Lime Green. HEX triplet: 4A, E6 and 4C. RGB value is (74,230,76). Sum of RGB (Red+Green+Blue) = 74+230+76=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 230 (90.23% from 255 or 60.53% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE64C is #B519B3. Grayscale: #A6A6A6. Windows color (decimal): -11868596 or 5039690. OLE color: 5039690.

HSL color Cylindrical-coordinate representation of color #4AE64C: hue angle of 120.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE64C is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 230 76 -
CMYK 0.68 0 0.67 0.10
HSL 120.77º 0.76% 0.6% -
HSV(B) 120.77º 0.68% 0.9% -
XYZ 32.43 58.57 16.43 -
YUV 165.8 77.32 62.52 -
System Red Green Blue C M Y K H S L
Decimal 74 230 76 0.68 0 0.67 0.10 120.77 0.76 0.6
Hex 4A E6 4C 44 0 43 A 79 4C 3C
Octal 112 346 114 104 0 103 12 171 114 74
Binary 1001010 11100110 1001100 1000100 0 1000011 1010 1111001 1001100 111100

Color Harmonies of #4AE64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE64C

Black with #4AE64C

Text Example


Text Example

White with #4AE64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,230,76); }

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

background-color css

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

 a { background-color: rgb(74,230,76); }

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

border-color css

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

 span { border-color: rgb(74,230,76); }

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