Html Css Color HEX #3AFD41 Lime Green

📋 copy color: '#3AFD41'

red 58 ◦ green 253 ◦ blue 65

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

Shades of Lime Green #3AFD41

Tints of Lime Green #3AFD41

RGB

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

 GREEN value IS 253 (99.22% from 255) = 67.29%

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 15.43%
G = 67.29%
B = 17.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#3AFD41 (or 0x3AFD41) is known color: Lime Green. HEX triplet: 3A, FD and 41. RGB value is (58,253,65). Sum of RGB (Red+Green+Blue) = 58+253+65=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 253 (99.22% from 255 or 67.29% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFD41 is #C502BE. Grayscale: #ADADAD. Windows color (decimal): -12911295 or 4324666. OLE color: 4324666.

HSL color Cylindrical-coordinate representation of color #3AFD41: hue angle of 122.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFD41 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 253 65 -
CMYK 0.77 0 0.74 0.01
HSL 122.15º 0.98% 0.61% -
HSV(B) 122.15º 0.77% 0.99% -
XYZ 37.82 71.53 16.81 -
YUV 173.26 66.9 45.79 -
System Red Green Blue C M Y K H S L
Decimal 58 253 65 0.77 0 0.74 0.01 122.15 0.98 0.61
Hex 3A FD 41 4D 0 4A 1 7A 62 3D
Octal 72 375 101 115 0 112 1 172 142 75
Binary 111010 11111101 1000001 1001101 0 1001010 1 1111010 1100010 111101

Color Harmonies of #3AFD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFD41

Black with #3AFD41

Text Example


Text Example

White with #3AFD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,253,65); }

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

background-color css

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

 a { background-color: rgb(58,253,65); }

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

border-color css

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

 span { border-color: rgb(58,253,65); }

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