Html Css Color HEX #3AF937 Lime Green

📋 copy color: '#3AF937'

red 58 ◦ green 249 ◦ blue 55

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

Shades of Lime Green #3AF937

Tints of Lime Green #3AF937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.19%

R = 16.02%
G = 68.78%
B = 15.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#3AF937 (or 0x3AF937) is known color: Lime Green. HEX triplet: 3A, F9 and 37. RGB value is (58,249,55). Sum of RGB (Red+Green+Blue) = 58+249+55=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 249 (97.66% from 255 or 68.78% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF937 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF937 is #C506C8. Grayscale: #AAAAAA. Windows color (decimal): -12912329 or 3668282. OLE color: 3668282.

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

Color convert

RGB 58 249 55 -
CMYK 0.77 0 0.78 0.02
HSL 119.07º 0.94% 0.6% -
HSV(B) 119.07º 0.78% 0.98% -
XYZ 36.31 68.93 15 -
YUV 169.78 63.22 48.27 -
System Red Green Blue C M Y K H S L
Decimal 58 249 55 0.77 0 0.78 0.02 119.07 0.94 0.6
Hex 3A F9 37 4D 0 4E 2 77 5E 3C
Octal 72 371 67 115 0 116 2 167 136 74
Binary 111010 11111001 110111 1001101 0 1001110 10 1110111 1011110 111100

Color Harmonies of #3AF937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF937

Black with #3AF937

Text Example


Text Example

White with #3AF937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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