Html Css Color HEX #3AF232 Lime Green

📋 copy color: '#3AF232'

red 58 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #3AF232

Tints of Lime Green #3AF232

RGB

 RED value IS 58 (23.05% from 255) = 16.57%

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

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 16.57%
G = 69.14%
B = 14.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#3AF232 (or 0x3AF232) is known color: Lime Green. HEX triplet: 3A, F2 and 32. RGB value is (58,242,50). Sum of RGB (Red+Green+Blue) = 58+242+50=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF232 is #C50DCD. Grayscale: #A5A5A5. Windows color (decimal): -12914126 or 3338810. OLE color: 3338810.

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

Color convert

RGB 58 242 50 -
CMYK 0.76 0 0.79 0.05
HSL 117.5º 0.88% 0.57% -
HSV(B) 117.5º 0.79% 0.95% -
XYZ 34.07 64.63 13.7 -
YUV 165.1 63.04 51.61 -
System Red Green Blue C M Y K H S L
Decimal 58 242 50 0.76 0 0.79 0.05 117.5 0.88 0.57
Hex 3A F2 32 4C 0 4F 5 76 58 39
Octal 72 362 62 114 0 117 5 166 130 71
Binary 111010 11110010 110010 1001100 0 1001111 101 1110110 1011000 111001

Color Harmonies of #3AF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF232

Black with #3AF232

Text Example


Text Example

White with #3AF232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AF232; }

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

 H1.HeaderClassName
 {
   color: #3AF232;
 }
 .AnyTagClassName
 {
   color: #3AF232;
 }
</style>

background-color css

<style>
 a { background-color: #3AF232; }

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

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

border-color css

<style>
 span { border-color: #3AF232; }

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

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