Html Css Color HEX #4AF33A Lime Green

📋 copy color: '#4AF33A'

red 74 ◦ green 243 ◦ blue 58

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

Shades of Lime Green #4AF33A

Tints of Lime Green #4AF33A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.8%

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

R = 19.73%
G = 64.8%
B = 15.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#4AF33A (or 0x4AF33A) is known color: Lime Green. HEX triplet: 4A, F3 and 3A. RGB value is (74,243,58). Sum of RGB (Red+Green+Blue) = 74+243+58=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF33A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF33A is #B50CC5. Grayscale: #ABABAB. Windows color (decimal): -11865286 or 3863370. OLE color: 3863370.

HSL color Cylindrical-coordinate representation of color #4AF33A: hue angle of 114.81º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AF33A is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 243 58 -
CMYK 0.70 0 0.76 0.05
HSL 114.81º 0.89% 0.59% -
HSV(B) 114.81º 0.76% 0.95% -
XYZ 35.64 65.86 14.84 -
YUV 171.38 64.01 58.54 -
System Red Green Blue C M Y K H S L
Decimal 74 243 58 0.70 0 0.76 0.05 114.81 0.89 0.59
Hex 4A F3 3A 46 0 4C 5 73 59 3B
Octal 112 363 72 106 0 114 5 163 131 73
Binary 1001010 11110011 111010 1000110 0 1001100 101 1110011 1011001 111011

Color Harmonies of #4AF33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF33A

Black with #4AF33A

Text Example


Text Example

White with #4AF33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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