Html Css Color HEX #3DFF3F Lime Green

📋 copy color: '#3DFF3F'

red 61 ◦ green 255 ◦ blue 63

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

Shades of Lime Green #3DFF3F

Tints of Lime Green #3DFF3F

RGB

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

 GREEN value IS 255 (100% from 255) = 67.28%

 BLUE value IS 63 (25% from 255) = 16.62%

R = 16.09%
G = 67.28%
B = 16.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#3DFF3F (or 0x3DFF3F) is known color: Lime Green. HEX triplet: 3D, FF and 3F. RGB value is (61,255,63). Sum of RGB (Red+Green+Blue) = 61+255+63=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 255 (100% from 255 or 67.28% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFF3F is #C200C0. Grayscale: #AFAFAF. Windows color (decimal): -12714177 or 4194109. OLE color: 4194109.

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

Color convert

RGB 61 255 63 -
CMYK 0.76 0 0.75 0
HSL 120.62º 1% 0.62% -
HSV(B) 120.62º 0.76% 1% -
XYZ 38.58 72.87 16.73 -
YUV 175.11 64.73 46.61 -
System Red Green Blue C M Y K H S L
Decimal 61 255 63 0.76 0 0.75 0 120.62 1 0.62
Hex 3D FF 3F 4C 0 4B 0 79 64 3E
Octal 75 377 77 114 0 113 0 171 144 76
Binary 111101 11111111 111111 1001100 0 1001011 0 1111001 1100100 111110

Color Harmonies of #3DFF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFF3F

Black with #3DFF3F

Text Example


Text Example

White with #3DFF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,255,63); }

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

background-color css

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

 a { background-color: rgb(61,255,63); }

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

border-color css

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

 span { border-color: rgb(61,255,63); }

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