Html Css Color HEX #30F278 Spring Green

📋 copy color: '#30F278'

red 48 ◦ green 242 ◦ blue 120

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

Shades of Spring Green #30F278

Tints of Spring Green #30F278

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.02%

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 11.71%
G = 59.02%
B = 29.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#30F278 (or 0x30F278) is known color: Spring Green. HEX triplet: 30, F2 and 78. RGB value is (48,242,120). Sum of RGB (Red+Green+Blue) = 48+242+120=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #30F278 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F278 is #CF0D87. Grayscale: #AAAAAA. Windows color (decimal): -13569416 or 7926320. OLE color: 7926320.

HSL color Cylindrical-coordinate representation of color #30F278: hue angle of 142.27º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F278 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 120 -
CMYK 0.80 0 0.50 0.05
HSL 142.27º 0.88% 0.57% -
HSV(B) 142.27º 0.8% 0.95% -
XYZ 36.36 65.49 28.49 -
YUV 170.09 99.73 40.92 -
System Red Green Blue C M Y K H S L
Decimal 48 242 120 0.80 0 0.50 0.05 142.27 0.88 0.57
Hex 30 F2 78 50 0 32 5 8E 58 39
Octal 60 362 170 120 0 62 5 216 130 71
Binary 110000 11110010 1111000 1010000 0 110010 101 10001110 1011000 111001

Color Harmonies of #30F278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F278

Black with #30F278

Text Example


Text Example

White with #30F278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,242,120); }

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

background-color css

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

 a { background-color: rgb(48,242,120); }

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

border-color css

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

 span { border-color: rgb(48,242,120); }

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