Html Css Color HEX #3DFA38 Lime Green

📋 copy color: '#3DFA38'

red 61 ◦ green 250 ◦ blue 56

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

Shades of Lime Green #3DFA38

Tints of Lime Green #3DFA38

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.12%

 BLUE value IS 56 (22.27% from 255) = 15.26%

R = 16.62%
G = 68.12%
B = 15.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#3DFA38 (or 0x3DFA38) is known color: Lime Green. HEX triplet: 3D, FA and 38. RGB value is (61,250,56). Sum of RGB (Red+Green+Blue) = 61+250+56=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFA38 is #C205C7. Grayscale: #ABABAB. Windows color (decimal): -12715464 or 3734077. OLE color: 3734077.

HSL color Cylindrical-coordinate representation of color #3DFA38: hue angle of 118.45º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3DFA38 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 250 56 -
CMYK 0.76 0 0.78 0.02
HSL 118.45º 0.95% 0.6% -
HSV(B) 118.45º 0.78% 0.98% -
XYZ 36.82 69.65 15.24 -
YUV 171.37 62.88 49.27 -
System Red Green Blue C M Y K H S L
Decimal 61 250 56 0.76 0 0.78 0.02 118.45 0.95 0.6
Hex 3D FA 38 4C 0 4E 2 76 5F 3C
Octal 75 372 70 114 0 116 2 166 137 74
Binary 111101 11111010 111000 1001100 0 1001110 10 1110110 1011111 111100

Color Harmonies of #3DFA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFA38

Black with #3DFA38

Text Example


Text Example

White with #3DFA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,250,56); }

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

background-color css

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

 a { background-color: rgb(61,250,56); }

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

border-color css

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

 span { border-color: rgb(61,250,56); }

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