Html Css Color HEX #3DF035 Lime Green

📋 copy color: '#3DF035'

red 61 ◦ green 240 ◦ blue 53

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

Shades of Lime Green #3DF035

Tints of Lime Green #3DF035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.97%

R = 17.23%
G = 67.8%
B = 14.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#3DF035 (or 0x3DF035) is known color: Lime Green. HEX triplet: 3D, F0 and 35. RGB value is (61,240,53). Sum of RGB (Red+Green+Blue) = 61+240+53=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF035 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF035 is #C20FCA. Grayscale: #A5A5A5. Windows color (decimal): -12718027 or 3534909. OLE color: 3534909.

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

Color convert

RGB 61 240 53 -
CMYK 0.75 0 0.78 0.06
HSL 117.43º 0.86% 0.57% -
HSV(B) 117.43º 0.78% 0.94% -
XYZ 33.73 63.57 13.86 -
YUV 165.16 64.7 53.71 -
System Red Green Blue C M Y K H S L
Decimal 61 240 53 0.75 0 0.78 0.06 117.43 0.86 0.57
Hex 3D F0 35 4B 0 4E 6 75 56 39
Octal 75 360 65 113 0 116 6 165 126 71
Binary 111101 11110000 110101 1001011 0 1001110 110 1110101 1010110 111001

Color Harmonies of #3DF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF035

Black with #3DF035

Text Example


Text Example

White with #3DF035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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