Html Css Color HEX #3BFF85 Spring Green

📋 copy color: '#3BFF85'

red 59 ◦ green 255 ◦ blue 133

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

Shades of Spring Green #3BFF85

Tints of Spring Green #3BFF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 13.2%
G = 57.05%
B = 29.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#3BFF85 (or 0x3BFF85) is known color: Spring Green. HEX triplet: 3B, FF and 85. RGB value is (59,255,133). Sum of RGB (Red+Green+Blue) = 59+255+133=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFF85 is #C4007A. Grayscale: #B6B6B6. Windows color (decimal): -12845179 or 8781627. OLE color: 8781627.

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

Color convert

RGB 59 255 133 -
CMYK 0.77 0 0.48 0
HSL 142.65º 1% 0.62% -
HSV(B) 142.65º 0.77% 1% -
XYZ 41.8 74.14 34.3 -
YUV 182.49 100.07 39.92 -
System Red Green Blue C M Y K H S L
Decimal 59 255 133 0.77 0 0.48 0 142.65 1 0.62
Hex 3B FF 85 4D 0 30 0 8F 64 3E
Octal 73 377 205 115 0 60 0 217 144 76
Binary 111011 11111111 10000101 1001101 0 110000 0 10001111 1100100 111110

Color Harmonies of #3BFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFF85

Black with #3BFF85

Text Example


Text Example

White with #3BFF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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