Html Css Color HEX #3DFB33 Lime Green

📋 copy color: '#3DFB33'

red 61 ◦ green 251 ◦ blue 51

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

Shades of Lime Green #3DFB33

Tints of Lime Green #3DFB33

RGB

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

 GREEN value IS 251 (98.44% from 255) = 69.15%

 BLUE value IS 51 (20.31% from 255) = 14.05%

R = 16.8%
G = 69.15%
B = 14.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#3DFB33 (or 0x3DFB33) is known color: Lime Green. HEX triplet: 3D, FB and 33. RGB value is (61,251,51). Sum of RGB (Red+Green+Blue) = 61+251+51=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 251 (98.44% from 255 or 69.15% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFB33 is #C204CC. Grayscale: #ACACAC. Windows color (decimal): -12715213 or 3406653. OLE color: 3406653.

HSL color Cylindrical-coordinate representation of color #3DFB33: hue angle of 117º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DFB33 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 61 251 51 -
CMYK 0.76 0 0.80 0.02
HSL 117º 0.96% 0.59% -
HSV(B) 117º 0.8% 0.98% -
XYZ 37.02 70.23 14.74 -
YUV 171.39 60.05 49.26 -
System Red Green Blue C M Y K H S L
Decimal 61 251 51 0.76 0 0.80 0.02 117 0.96 0.59
Hex 3D FB 33 4C 0 50 2 75 60 3B
Octal 75 373 63 114 0 120 2 165 140 73
Binary 111101 11111011 110011 1001100 0 1010000 10 1110101 1100000 111011

Color Harmonies of #3DFB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFB33

Black with #3DFB33

Text Example


Text Example

White with #3DFB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,251,51); }

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

background-color css

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

 a { background-color: rgb(61,251,51); }

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

border-color css

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

 span { border-color: rgb(61,251,51); }

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