Html Css Color HEX #30FF85 Spring Green

📋 copy color: '#30FF85'

red 48 ◦ green 255 ◦ blue 133

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

Shades of Spring Green #30FF85

Tints of Spring Green #30FF85

RGB

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

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

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

R = 11.01%
G = 58.49%
B = 30.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#30FF85 (or 0x30FF85) is known color: Spring Green. HEX triplet: 30, FF and 85. RGB value is (48,255,133). Sum of RGB (Red+Green+Blue) = 48+255+133=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FF85 is #CF007A. Grayscale: #B3B3B3. Windows color (decimal): -13566075 or 8781616. OLE color: 8781616.

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

Color convert

RGB 48 255 133 -
CMYK 0.81 0 0.48 0
HSL 144.64º 1% 0.59% -
HSV(B) 144.64º 0.81% 1% -
XYZ 41.21 73.84 34.27 -
YUV 179.2 101.92 34.42 -
System Red Green Blue C M Y K H S L
Decimal 48 255 133 0.81 0 0.48 0 144.64 1 0.59
Hex 30 FF 85 51 0 30 0 91 64 3B
Octal 60 377 205 121 0 60 0 221 144 73
Binary 110000 11111111 10000101 1010001 0 110000 0 10010001 1100100 111011

Color Harmonies of #30FF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FF85

Black with #30FF85

Text Example


Text Example

White with #30FF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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