Html Css Color HEX #3DF22F Lime Green

📋 copy color: '#3DF22F'

red 61 ◦ green 242 ◦ blue 47

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

Shades of Lime Green #3DF22F

Tints of Lime Green #3DF22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 17.43%
G = 69.14%
B = 13.43%

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

#3DF22F (or 0x3DF22F) is known color: Lime Green. HEX triplet: 3D, F2 and 2F. RGB value is (61,242,47). Sum of RGB (Red+Green+Blue) = 61+242+47=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF22F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF22F is #C20DD0. Grayscale: #A6A6A6. Windows color (decimal): -12717521 or 3142205. OLE color: 3142205.

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

Color convert

RGB 61 242 47 -
CMYK 0.75 0 0.81 0.05
HSL 115.69º 0.88% 0.57% -
HSV(B) 115.69º 0.81% 0.95% -
XYZ 34.19 64.7 13.38 -
YUV 165.65 61.03 53.36 -
System Red Green Blue C M Y K H S L
Decimal 61 242 47 0.75 0 0.81 0.05 115.69 0.88 0.57
Hex 3D F2 2F 4B 0 51 5 74 58 39
Octal 75 362 57 113 0 121 5 164 130 71
Binary 111101 11110010 101111 1001011 0 1010001 101 1110100 1011000 111001

Color Harmonies of #3DF22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF22F

Black with #3DF22F

Text Example


Text Example

White with #3DF22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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