Html Css Color HEX #30FB85 Spring Green

📋 copy color: '#30FB85'

red 48 ◦ green 251 ◦ blue 133

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

Shades of Spring Green #30FB85

Tints of Spring Green #30FB85

RGB

 RED value IS 48 (19.14% from 255) = 11.11%

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

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

R = 11.11%
G = 58.1%
B = 30.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#30FB85 (or 0x30FB85) is known color: Spring Green. HEX triplet: 30, FB and 85. RGB value is (48,251,133). Sum of RGB (Red+Green+Blue) = 48+251+133=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 251 (98.44% from 255 or 58.10% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FB85 is #CF047A. Grayscale: #B1B1B1. Windows color (decimal): -13567099 or 8780592. OLE color: 8780592.

HSL color Cylindrical-coordinate representation of color #30FB85: hue angle of 145.12º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB85 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 133 -
CMYK 0.81 0 0.47 0.02
HSL 145.12º 0.96% 0.59% -
HSV(B) 145.12º 0.81% 0.98% -
XYZ 39.95 71.32 33.85 -
YUV 176.85 103.25 36.09 -
System Red Green Blue C M Y K H S L
Decimal 48 251 133 0.81 0 0.47 0.02 145.12 0.96 0.59
Hex 30 FB 85 51 0 2F 2 91 60 3B
Octal 60 373 205 121 0 57 2 221 140 73
Binary 110000 11111011 10000101 1010001 0 101111 10 10010001 1100000 111011

Color Harmonies of #30FB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB85

Black with #30FB85

Text Example


Text Example

White with #30FB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FB85; }

 p { color: rgb(48,251,133); }

 H1.HeaderClassName
 {
   color: #30FB85;
 }
 .AnyTagClassName
 {
   color: #30FB85;
 }
</style>

background-color css

<style>
 a { background-color: #30FB85; }

 a { background-color: rgb(48,251,133); }

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

border-color css

<style>
 span { border-color: #30FB85; }

 span { border-color: rgb(48,251,133); }

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