Html Css Color HEX #3BFF3C Lime Green

📋 copy color: '#3BFF3C'

red 59 ◦ green 255 ◦ blue 60

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

Shades of Lime Green #3BFF3C

Tints of Lime Green #3BFF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 15.78%
G = 68.18%
B = 16.04%

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

#3BFF3C (or 0x3BFF3C) is known color: Lime Green. HEX triplet: 3B, FF and 3C. RGB value is (59,255,60). Sum of RGB (Red+Green+Blue) = 59+255+60=374 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.78% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFF3C is #C400C3. Grayscale: #AEAEAE. Windows color (decimal): -12845252 or 3997499. OLE color: 3997499.

HSL color Cylindrical-coordinate representation of color #3BFF3C: hue angle of 120.31º 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 #3BFF3C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 59 255 60 -
CMYK 0.77 0 0.76 0
HSL 120.31º 1% 0.62% -
HSV(B) 120.31º 0.77% 1% -
XYZ 38.38 72.78 16.3 -
YUV 174.17 63.57 45.86 -
System Red Green Blue C M Y K H S L
Decimal 59 255 60 0.77 0 0.76 0 120.31 1 0.62
Hex 3B FF 3C 4D 0 4C 0 78 64 3E
Octal 73 377 74 115 0 114 0 170 144 76
Binary 111011 11111111 111100 1001101 0 1001100 0 1111000 1100100 111110

Color Harmonies of #3BFF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFF3C

Black with #3BFF3C

Text Example


Text Example

White with #3BFF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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