Html Css Color HEX #4AF23A Lime Green

📋 copy color: '#4AF23A'

red 74 ◦ green 242 ◦ blue 58

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

Shades of Lime Green #4AF23A

Tints of Lime Green #4AF23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 19.79%
G = 64.71%
B = 15.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#4AF23A (or 0x4AF23A) is known color: Lime Green. HEX triplet: 4A, F2 and 3A. RGB value is (74,242,58). Sum of RGB (Red+Green+Blue) = 74+242+58=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF23A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF23A is #B50DC5. Grayscale: #ABABAB. Windows color (decimal): -11865542 or 3863114. OLE color: 3863114.

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

Color convert

RGB 74 242 58 -
CMYK 0.69 0 0.76 0.05
HSL 114.78º 0.88% 0.59% -
HSV(B) 114.78º 0.76% 0.95% -
XYZ 35.34 65.27 14.74 -
YUV 170.79 64.34 58.96 -
System Red Green Blue C M Y K H S L
Decimal 74 242 58 0.69 0 0.76 0.05 114.78 0.88 0.59
Hex 4A F2 3A 45 0 4C 5 73 58 3B
Octal 112 362 72 105 0 114 5 163 130 73
Binary 1001010 11110010 111010 1000101 0 1001100 101 1110011 1011000 111011

Color Harmonies of #4AF23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF23A

Black with #4AF23A

Text Example


Text Example

White with #4AF23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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