Html Css Color HEX #3DF62A Lime Green

📋 copy color: '#3DF62A'

red 61 ◦ green 246 ◦ blue 42

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

Shades of Lime Green #3DF62A

Tints of Lime Green #3DF62A

RGB

 RED value IS 61 (24.22% from 255) = 17.48%

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 17.48%
G = 70.49%
B = 12.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#3DF62A (or 0x3DF62A) is known color: Lime Green. HEX triplet: 3D, F6 and 2A. RGB value is (61,246,42). Sum of RGB (Red+Green+Blue) = 61+246+42=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 246 (96.48% from 255 or 70.49% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF62A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF62A is #C209D5. Grayscale: #A8A8A8. Windows color (decimal): -12716502 or 2815549. OLE color: 2815549.

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

Color convert

RGB 61 246 42 -
CMYK 0.75 0 0.83 0.04
HSL 114.41º 0.92% 0.56% -
HSV(B) 114.41º 0.83% 0.96% -
XYZ 35.3 67.07 13.28 -
YUV 167.43 57.21 52.09 -
System Red Green Blue C M Y K H S L
Decimal 61 246 42 0.75 0 0.83 0.04 114.41 0.92 0.56
Hex 3D F6 2A 4B 0 53 4 72 5C 38
Octal 75 366 52 113 0 123 4 162 134 70
Binary 111101 11110110 101010 1001011 0 1010011 100 1110010 1011100 111000

Color Harmonies of #3DF62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF62A

Black with #3DF62A

Text Example


Text Example

White with #3DF62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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