Html Css Color HEX #4AD44B Lime Green

📋 copy color: '#4AD44B'

red 74 ◦ green 212 ◦ blue 75

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

Shades of Lime Green #4AD44B

Tints of Lime Green #4AD44B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.73%

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 20.5%
G = 58.73%
B = 20.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#4AD44B (or 0x4AD44B) is known color: Lime Green. HEX triplet: 4A, D4 and 4B. RGB value is (74,212,75). Sum of RGB (Red+Green+Blue) = 74+212+75=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #4AD44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD44B is #B52BB4. Grayscale: #9B9B9B. Windows color (decimal): -11873205 or 4969546. OLE color: 4969546.

HSL color Cylindrical-coordinate representation of color #4AD44B: hue angle of 120.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD44B is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 74 212 75 -
CMYK 0.65 0 0.65 0.17
HSL 120.43º 0.62% 0.56% -
HSV(B) 120.43º 0.65% 0.83% -
XYZ 27.64 49.05 14.67 -
YUV 155.12 82.78 70.14 -
System Red Green Blue C M Y K H S L
Decimal 74 212 75 0.65 0 0.65 0.17 120.43 0.62 0.56
Hex 4A D4 4B 41 0 41 11 78 3E 38
Octal 112 324 113 101 0 101 21 170 76 70
Binary 1001010 11010100 1001011 1000001 0 1000001 10001 1111000 111110 111000

Color Harmonies of #4AD44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD44B

Black with #4AD44B

Text Example


Text Example

White with #4AD44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,212,75); }

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

background-color css

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

 a { background-color: rgb(74,212,75); }

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

border-color css

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

 span { border-color: rgb(74,212,75); }

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