Html Css Color HEX #4AF32C Lime Green

📋 copy color: '#4AF32C'

red 74 ◦ green 243 ◦ blue 44

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

Shades of Lime Green #4AF32C

Tints of Lime Green #4AF32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 20.5%
G = 67.31%
B = 12.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#4AF32C (or 0x4AF32C) is known color: Lime Green. HEX triplet: 4A, F3 and 2C. RGB value is (74,243,44). Sum of RGB (Red+Green+Blue) = 74+243+44=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 243 (95.31% from 255 or 67.31% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF32C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF32C is #B50CD3. Grayscale: #AAAAAA. Windows color (decimal): -11865300 or 2945866. OLE color: 2945866.

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

Color convert

RGB 74 243 44 -
CMYK 0.70 0 0.82 0.05
HSL 110.95º 0.89% 0.56% -
HSV(B) 110.95º 0.82% 0.95% -
XYZ 35.33 65.74 13.21 -
YUV 169.78 57.01 59.68 -
System Red Green Blue C M Y K H S L
Decimal 74 243 44 0.70 0 0.82 0.05 110.95 0.89 0.56
Hex 4A F3 2C 46 0 52 5 6F 59 38
Octal 112 363 54 106 0 122 5 157 131 70
Binary 1001010 11110011 101100 1000110 0 1010010 101 1101111 1011001 111000

Color Harmonies of #4AF32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF32C

Black with #4AF32C

Text Example


Text Example

White with #4AF32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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