Html Css Color HEX #3AF941 Lime Green

📋 copy color: '#3AF941'

red 58 ◦ green 249 ◦ blue 65

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

Shades of Lime Green #3AF941

Tints of Lime Green #3AF941

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.94%

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

R = 15.59%
G = 66.94%
B = 17.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#3AF941 (or 0x3AF941) is known color: Lime Green. HEX triplet: 3A, F9 and 41. RGB value is (58,249,65). Sum of RGB (Red+Green+Blue) = 58+249+65=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF941 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF941 is #C506BE. Grayscale: #ABABAB. Windows color (decimal): -12912319 or 4323642. OLE color: 4323642.

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

Color convert

RGB 58 249 65 -
CMYK 0.77 0 0.74 0.02
HSL 122.2º 0.94% 0.6% -
HSV(B) 122.2º 0.77% 0.98% -
XYZ 36.57 69.03 16.4 -
YUV 170.92 68.22 47.46 -
System Red Green Blue C M Y K H S L
Decimal 58 249 65 0.77 0 0.74 0.02 122.2 0.94 0.6
Hex 3A F9 41 4D 0 4A 2 7A 5E 3C
Octal 72 371 101 115 0 112 2 172 136 74
Binary 111010 11111001 1000001 1001101 0 1001010 10 1111010 1011110 111100

Color Harmonies of #3AF941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF941

Black with #3AF941

Text Example


Text Example

White with #3AF941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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