Html Css Color HEX #3DF038 Lime Green

📋 copy color: '#3DF038'

red 61 ◦ green 240 ◦ blue 56

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

Shades of Lime Green #3DF038

Tints of Lime Green #3DF038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.23%

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

R = 17.09%
G = 67.23%
B = 15.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#3DF038 (or 0x3DF038) is known color: Lime Green. HEX triplet: 3D, F0 and 38. RGB value is (61,240,56). Sum of RGB (Red+Green+Blue) = 61+240+56=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF038 is #C20FC7. Grayscale: #A6A6A6. Windows color (decimal): -12718024 or 3731517. OLE color: 3731517.

HSL color Cylindrical-coordinate representation of color #3DF038: hue angle of 118.37º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DF038 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 56 -
CMYK 0.75 0 0.77 0.06
HSL 118.37º 0.86% 0.58% -
HSV(B) 118.37º 0.77% 0.94% -
XYZ 33.8 63.6 14.24 -
YUV 165.5 66.2 53.46 -
System Red Green Blue C M Y K H S L
Decimal 61 240 56 0.75 0 0.77 0.06 118.37 0.86 0.58
Hex 3D F0 38 4B 0 4D 6 76 56 3A
Octal 75 360 70 113 0 115 6 166 126 72
Binary 111101 11110000 111000 1001011 0 1001101 110 1110110 1010110 111010

Color Harmonies of #3DF038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF038

Black with #3DF038

Text Example


Text Example

White with #3DF038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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