Html Css Color HEX #30F274 Spring Green

📋 copy color: '#30F274'

red 48 ◦ green 242 ◦ blue 116

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

Shades of Spring Green #30F274

Tints of Spring Green #30F274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 11.82%
G = 59.61%
B = 28.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#30F274 (or 0x30F274) is known color: Spring Green. HEX triplet: 30, F2 and 74. RGB value is (48,242,116). Sum of RGB (Red+Green+Blue) = 48+242+116=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #30F274 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F274 is #CF0D8B. Grayscale: #A9A9A9. Windows color (decimal): -13569420 or 7664176. OLE color: 7664176.

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

Color convert

RGB 48 242 116 -
CMYK 0.80 0 0.52 0.05
HSL 141.03º 0.88% 0.57% -
HSV(B) 141.03º 0.8% 0.95% -
XYZ 36.12 65.39 27.24 -
YUV 169.63 97.73 41.25 -
System Red Green Blue C M Y K H S L
Decimal 48 242 116 0.80 0 0.52 0.05 141.03 0.88 0.57
Hex 30 F2 74 50 0 34 5 8D 58 39
Octal 60 362 164 120 0 64 5 215 130 71
Binary 110000 11110010 1110100 1010000 0 110100 101 10001101 1011000 111001

Color Harmonies of #30F274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F274

Black with #30F274

Text Example


Text Example

White with #30F274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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