Html Css Color HEX #3AF63D Lime Green

📋 copy color: '#3AF63D'

red 58 ◦ green 246 ◦ blue 61

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

Shades of Lime Green #3AF63D

Tints of Lime Green #3AF63D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 67.4%

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 15.89%
G = 67.4%
B = 16.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#3AF63D (or 0x3AF63D) is known color: Lime Green. HEX triplet: 3A, F6 and 3D. RGB value is (58,246,61). Sum of RGB (Red+Green+Blue) = 58+246+61=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF63D is #C509C2. Grayscale: #A9A9A9. Windows color (decimal): -12913091 or 4060730. OLE color: 4060730.

HSL color Cylindrical-coordinate representation of color #3AF63D: hue angle of 120.96º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF63D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 246 61 -
CMYK 0.76 0 0.75 0.04
HSL 120.96º 0.91% 0.6% -
HSV(B) 120.96º 0.76% 0.96% -
XYZ 35.54 67.15 15.5 -
YUV 168.7 67.22 49.04 -
System Red Green Blue C M Y K H S L
Decimal 58 246 61 0.76 0 0.75 0.04 120.96 0.91 0.6
Hex 3A F6 3D 4C 0 4B 4 79 5B 3C
Octal 72 366 75 114 0 113 4 171 133 74
Binary 111010 11110110 111101 1001100 0 1001011 100 1111001 1011011 111100

Color Harmonies of #3AF63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF63D

Black with #3AF63D

Text Example


Text Example

White with #3AF63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,246,61); }

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

background-color css

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

 a { background-color: rgb(58,246,61); }

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

border-color css

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

 span { border-color: rgb(58,246,61); }

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