Html Css Color HEX #3BFF3D Lime Green

📋 copy color: '#3BFF3D'

red 59 ◦ green 255 ◦ blue 61

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

Shades of Lime Green #3BFF3D

Tints of Lime Green #3BFF3D

RGB

 RED value IS 59 (23.44% from 255) = 15.73%

 GREEN value IS 255 (100% from 255) = 68%

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 15.73%
G = 68%
B = 16.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#3BFF3D (or 0x3BFF3D) is known color: Lime Green. HEX triplet: 3B, FF and 3D. RGB value is (59,255,61). Sum of RGB (Red+Green+Blue) = 59+255+61=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFF3D is #C400C2. Grayscale: #AEAEAE. Windows color (decimal): -12845251 or 4063035. OLE color: 4063035.

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

Color convert

RGB 59 255 61 -
CMYK 0.77 0 0.76 0
HSL 120.61º 1% 0.62% -
HSV(B) 120.61º 0.77% 1% -
XYZ 38.41 72.79 16.44 -
YUV 174.28 64.07 45.77 -
System Red Green Blue C M Y K H S L
Decimal 59 255 61 0.77 0 0.76 0 120.61 1 0.62
Hex 3B FF 3D 4D 0 4C 0 79 64 3E
Octal 73 377 75 115 0 114 0 171 144 76
Binary 111011 11111111 111101 1001101 0 1001100 0 1111001 1100100 111110

Color Harmonies of #3BFF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFF3D

Black with #3BFF3D

Text Example


Text Example

White with #3BFF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,255,61); }

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

background-color css

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

 a { background-color: rgb(59,255,61); }

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

border-color css

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

 span { border-color: rgb(59,255,61); }

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