Html Css Color HEX #4ADE2B Lime Green

📋 copy color: '#4ADE2B'

red 74 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #4ADE2B

Tints of Lime Green #4ADE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.68%

R = 21.83%
G = 65.49%
B = 12.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#4ADE2B (or 0x4ADE2B) is known color: Lime Green. HEX triplet: 4A, DE and 2B. RGB value is (74,222,43). Sum of RGB (Red+Green+Blue) = 74+222+43=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE2B is #B521D4. Grayscale: #9D9D9D. Windows color (decimal): -11870677 or 2874954. OLE color: 2874954.

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

Color convert

RGB 74 222 43 -
CMYK 0.67 0 0.81 0.13
HSL 109.61º 0.73% 0.52% -
HSV(B) 109.61º 0.81% 0.87% -
XYZ 29.38 53.87 11.14 -
YUV 157.34 63.47 68.55 -
System Red Green Blue C M Y K H S L
Decimal 74 222 43 0.67 0 0.81 0.13 109.61 0.73 0.52
Hex 4A DE 2B 43 0 51 D 6E 49 34
Octal 112 336 53 103 0 121 15 156 111 64
Binary 1001010 11011110 101011 1000011 0 1010001 1101 1101110 1001001 110100

Color Harmonies of #4ADE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADE2B

Black with #4ADE2B

Text Example


Text Example

White with #4ADE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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