Html Css Color HEX #4AF23D Lime Green

📋 copy color: '#4AF23D'

red 74 ◦ green 242 ◦ blue 61

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

Shades of Lime Green #4AF23D

Tints of Lime Green #4AF23D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.19%

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 19.63%
G = 64.19%
B = 16.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#4AF23D (or 0x4AF23D) is known color: Lime Green. HEX triplet: 4A, F2 and 3D. RGB value is (74,242,61). Sum of RGB (Red+Green+Blue) = 74+242+61=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF23D is #B50DC2. Grayscale: #ABABAB. Windows color (decimal): -11865539 or 4059722. OLE color: 4059722.

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

Color convert

RGB 74 242 61 -
CMYK 0.69 0 0.75 0.05
HSL 115.69º 0.87% 0.59% -
HSV(B) 115.69º 0.75% 0.95% -
XYZ 35.42 65.3 15.15 -
YUV 171.13 65.84 58.72 -
System Red Green Blue C M Y K H S L
Decimal 74 242 61 0.69 0 0.75 0.05 115.69 0.87 0.59
Hex 4A F2 3D 45 0 4B 5 74 57 3B
Octal 112 362 75 105 0 113 5 164 127 73
Binary 1001010 11110010 111101 1000101 0 1001011 101 1110100 1010111 111011

Color Harmonies of #4AF23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF23D

Black with #4AF23D

Text Example


Text Example

White with #4AF23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,242,61); }

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

background-color css

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

 a { background-color: rgb(74,242,61); }

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

border-color css

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

 span { border-color: rgb(74,242,61); }

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