Html Css Color HEX #30F27D Spring Green

📋 copy color: '#30F27D'

red 48 ◦ green 242 ◦ blue 125

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

Shades of Spring Green #30F27D

Tints of Spring Green #30F27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 11.57%
G = 58.31%
B = 30.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#30F27D (or 0x30F27D) is known color: Spring Green. HEX triplet: 30, F2 and 7D. RGB value is (48,242,125). Sum of RGB (Red+Green+Blue) = 48+242+125=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #30F27D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F27D is #CF0D82. Grayscale: #AAAAAA. Windows color (decimal): -13569411 or 8254000. OLE color: 8254000.

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

Color convert

RGB 48 242 125 -
CMYK 0.80 0 0.48 0.05
HSL 143.81º 0.88% 0.57% -
HSV(B) 143.81º 0.8% 0.95% -
XYZ 36.67 65.61 30.13 -
YUV 170.66 102.23 40.51 -
System Red Green Blue C M Y K H S L
Decimal 48 242 125 0.80 0 0.48 0.05 143.81 0.88 0.57
Hex 30 F2 7D 50 0 30 5 90 58 39
Octal 60 362 175 120 0 60 5 220 130 71
Binary 110000 11110010 1111101 1010000 0 110000 101 10010000 1011000 111001

Color Harmonies of #30F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F27D

Black with #30F27D

Text Example


Text Example

White with #30F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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