Html Css Color HEX #30F272 Spring Green

📋 copy color: '#30F272'

red 48 ◦ green 242 ◦ blue 114

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

Shades of Spring Green #30F272

Tints of Spring Green #30F272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 11.88%
G = 59.9%
B = 28.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#30F272 (or 0x30F272) is known color: Spring Green. HEX triplet: 30, F2 and 72. RGB value is (48,242,114). Sum of RGB (Red+Green+Blue) = 48+242+114=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #30F272 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F272 is #CF0D8D. Grayscale: #A9A9A9. Windows color (decimal): -13569422 or 7533104. OLE color: 7533104.

HSL color Cylindrical-coordinate representation of color #30F272: hue angle of 140.41º 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 #30F272 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 242 114 -
CMYK 0.80 0 0.53 0.05
HSL 140.41º 0.88% 0.57% -
HSV(B) 140.41º 0.8% 0.95% -
XYZ 36.01 65.35 26.64 -
YUV 169.4 96.73 41.41 -
System Red Green Blue C M Y K H S L
Decimal 48 242 114 0.80 0 0.53 0.05 140.41 0.88 0.57
Hex 30 F2 72 50 0 35 5 8C 58 39
Octal 60 362 162 120 0 65 5 214 130 71
Binary 110000 11110010 1110010 1010000 0 110101 101 10001100 1011000 111001

Color Harmonies of #30F272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F272

Black with #30F272

Text Example


Text Example

White with #30F272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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