Html Css Color HEX #3DF22E Lime Green

📋 copy color: '#3DF22E'

red 61 ◦ green 242 ◦ blue 46

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

Shades of Lime Green #3DF22E

Tints of Lime Green #3DF22E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 69.34%

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 17.48%
G = 69.34%
B = 13.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#3DF22E (or 0x3DF22E) is known color: Lime Green. HEX triplet: 3D, F2 and 2E. RGB value is (61,242,46). Sum of RGB (Red+Green+Blue) = 61+242+46=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF22E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF22E is #C20DD1. Grayscale: #A6A6A6. Windows color (decimal): -12717522 or 3076669. OLE color: 3076669.

HSL color Cylindrical-coordinate representation of color #3DF22E: hue angle of 115.41º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3DF22E is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 242 46 -
CMYK 0.75 0 0.81 0.05
HSL 115.41º 0.88% 0.56% -
HSV(B) 115.41º 0.81% 0.95% -
XYZ 34.17 64.69 13.27 -
YUV 165.54 60.53 53.44 -
System Red Green Blue C M Y K H S L
Decimal 61 242 46 0.75 0 0.81 0.05 115.41 0.88 0.56
Hex 3D F2 2E 4B 0 51 5 73 58 38
Octal 75 362 56 113 0 121 5 163 130 70
Binary 111101 11110010 101110 1001011 0 1010001 101 1110011 1011000 111000

Color Harmonies of #3DF22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF22E

Black with #3DF22E

Text Example


Text Example

White with #3DF22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,242,46); }

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

background-color css

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

 a { background-color: rgb(61,242,46); }

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

border-color css

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

 span { border-color: rgb(61,242,46); }

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