Html Css Color HEX #4ADE4B Lime Green

📋 copy color: '#4ADE4B'

red 74 ◦ green 222 ◦ blue 75

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

Shades of Lime Green #4ADE4B

Tints of Lime Green #4ADE4B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 59.84%

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

R = 19.95%
G = 59.84%
B = 20.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#4ADE4B (or 0x4ADE4B) is known color: Lime Green. HEX triplet: 4A, DE and 4B. RGB value is (74,222,75). Sum of RGB (Red+Green+Blue) = 74+222+75=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 222 (87.11% from 255 or 59.84% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE4B is #B521B4. Grayscale: #A1A1A1. Windows color (decimal): -11870645 or 4972106. OLE color: 4972106.

HSL color Cylindrical-coordinate representation of color #4ADE4B: hue angle of 120.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADE4B is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 222 75 -
CMYK 0.67 0 0.66 0.13
HSL 120.41º 0.69% 0.58% -
HSV(B) 120.41º 0.67% 0.87% -
XYZ 30.22 54.21 15.53 -
YUV 160.99 79.47 65.95 -
System Red Green Blue C M Y K H S L
Decimal 74 222 75 0.67 0 0.66 0.13 120.41 0.69 0.58
Hex 4A DE 4B 43 0 42 D 78 45 3A
Octal 112 336 113 103 0 102 15 170 105 72
Binary 1001010 11011110 1001011 1000011 0 1000010 1101 1111000 1000101 111010

Color Harmonies of #4ADE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADE4B

Black with #4ADE4B

Text Example


Text Example

White with #4ADE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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