Html Css Color HEX #4AF235 Lime Green

📋 copy color: '#4AF235'

red 74 ◦ green 242 ◦ blue 53

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

Shades of Lime Green #4AF235

Tints of Lime Green #4AF235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.36%

R = 20.05%
G = 65.58%
B = 14.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#4AF235 (or 0x4AF235) is known color: Lime Green. HEX triplet: 4A, F2 and 35. RGB value is (74,242,53). Sum of RGB (Red+Green+Blue) = 74+242+53=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF235 is #B50DCA. Grayscale: #AAAAAA. Windows color (decimal): -11865547 or 3535434. OLE color: 3535434.

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

Color convert

RGB 74 242 53 -
CMYK 0.69 0 0.78 0.05
HSL 113.33º 0.88% 0.58% -
HSV(B) 113.33º 0.78% 0.95% -
XYZ 35.22 65.22 14.1 -
YUV 170.22 61.84 59.37 -
System Red Green Blue C M Y K H S L
Decimal 74 242 53 0.69 0 0.78 0.05 113.33 0.88 0.58
Hex 4A F2 35 45 0 4E 5 71 58 3A
Octal 112 362 65 105 0 116 5 161 130 72
Binary 1001010 11110010 110101 1000101 0 1001110 101 1110001 1011000 111010

Color Harmonies of #4AF235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF235

Black with #4AF235

Text Example


Text Example

White with #4AF235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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