Html Css Color HEX #3AF128 Lime Green

📋 copy color: '#3AF128'

red 58 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #3AF128

Tints of Lime Green #3AF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.09%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 17.11%
G = 71.09%
B = 11.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#3AF128 (or 0x3AF128) is known color: Lime Green. HEX triplet: 3A, F1 and 28. RGB value is (58,241,40). Sum of RGB (Red+Green+Blue) = 58+241+40=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF128 is #C50ED7. Grayscale: #A3A3A3. Windows color (decimal): -12914392 or 2683194. OLE color: 2683194.

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

Color convert

RGB 58 241 40 -
CMYK 0.76 0 0.83 0.05
HSL 114.63º 0.88% 0.55% -
HSV(B) 114.63º 0.83% 0.95% -
XYZ 33.58 63.96 12.58 -
YUV 163.37 58.37 52.84 -
System Red Green Blue C M Y K H S L
Decimal 58 241 40 0.76 0 0.83 0.05 114.63 0.88 0.55
Hex 3A F1 28 4C 0 53 5 73 58 37
Octal 72 361 50 114 0 123 5 163 130 67
Binary 111010 11110001 101000 1001100 0 1010011 101 1110011 1011000 110111

Color Harmonies of #3AF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF128

Black with #3AF128

Text Example


Text Example

White with #3AF128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,241,40); }

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

background-color css

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

 a { background-color: rgb(58,241,40); }

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

border-color css

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

 span { border-color: rgb(58,241,40); }

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