Html Css Color HEX #3DFE35 Lime Green

📋 copy color: '#3DFE35'

red 61 ◦ green 254 ◦ blue 53

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

Shades of Lime Green #3DFE35

Tints of Lime Green #3DFE35

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.02%

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

R = 16.58%
G = 69.02%
B = 14.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#3DFE35 (or 0x3DFE35) is known color: Lime Green. HEX triplet: 3D, FE and 35. RGB value is (61,254,53). Sum of RGB (Red+Green+Blue) = 61+254+53=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFE35 is #C201CA. Grayscale: #ADADAD. Windows color (decimal): -12714443 or 3538493. OLE color: 3538493.

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

Color convert

RGB 61 254 53 -
CMYK 0.76 0 0.79 0.00
HSL 117.61º 0.99% 0.6% -
HSV(B) 117.61º 0.79% 1% -
XYZ 38.01 72.13 15.29 -
YUV 173.38 60.06 47.84 -
System Red Green Blue C M Y K H S L
Decimal 61 254 53 0.76 0 0.79 0.00 117.61 0.99 0.6
Hex 3D FE 35 4C 0 4F 0 76 63 3C
Octal 75 376 65 114 0 117 0 166 143 74
Binary 111101 11111110 110101 1001100 0 1001111 0 1110110 1100011 111100

Color Harmonies of #3DFE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFE35

Black with #3DFE35

Text Example


Text Example

White with #3DFE35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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