Html Css Color HEX #30F27B Spring Green

📋 copy color: '#30F27B'

red 48 ◦ green 242 ◦ blue 123

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

Shades of Spring Green #30F27B

Tints of Spring Green #30F27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 11.62%
G = 58.6%
B = 29.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#30F27B (or 0x30F27B) is known color: Spring Green. HEX triplet: 30, F2 and 7B. RGB value is (48,242,123). Sum of RGB (Red+Green+Blue) = 48+242+123=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #30F27B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F27B is #CF0D84. Grayscale: #AAAAAA. Windows color (decimal): -13569413 or 8122928. OLE color: 8122928.

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

Color convert

RGB 48 242 123 -
CMYK 0.80 0 0.49 0.05
HSL 143.2º 0.88% 0.57% -
HSV(B) 143.2º 0.8% 0.95% -
XYZ 36.55 65.56 29.47 -
YUV 170.43 101.23 40.68 -
System Red Green Blue C M Y K H S L
Decimal 48 242 123 0.80 0 0.49 0.05 143.2 0.88 0.57
Hex 30 F2 7B 50 0 31 5 8F 58 39
Octal 60 362 173 120 0 61 5 217 130 71
Binary 110000 11110010 1111011 1010000 0 110001 101 10001111 1011000 111001

Color Harmonies of #30F27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F27B

Black with #30F27B

Text Example


Text Example

White with #30F27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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