Html Css Color HEX #1EF985 Spring Green

📋 copy color: '#1EF985'

red 30 ◦ green 249 ◦ blue 133

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

Shades of Spring Green #1EF985

Tints of Spring Green #1EF985

RGB

 RED value IS 30 (12.11% from 255) = 7.28%

 GREEN value IS 249 (97.66% from 255) = 60.44%

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 7.28%
G = 60.44%
B = 32.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#1EF985 (or 0x1EF985) is known color: Spring Green. HEX triplet: 1E, F9 and 85. RGB value is (30,249,133). Sum of RGB (Red+Green+Blue) = 30+249+133=412 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.28% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #1EF985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EF985 is #E1067A. Grayscale: #AAAAAA. Windows color (decimal): -14747259 or 8780062. OLE color: 8780062.

HSL color Cylindrical-coordinate representation of color #1EF985: hue angle of 148.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF985 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 249 133 -
CMYK 0.88 0 0.47 0.02
HSL 148.22º 0.95% 0.55% -
HSV(B) 148.22º 0.88% 0.98% -
XYZ 38.64 69.72 33.61 -
YUV 170.3 106.95 27.93 -
System Red Green Blue C M Y K H S L
Decimal 30 249 133 0.88 0 0.47 0.02 148.22 0.95 0.55
Hex 1E F9 85 58 0 2F 2 94 5F 37
Octal 36 371 205 130 0 57 2 224 137 67
Binary 11110 11111001 10000101 1011000 0 101111 10 10010100 1011111 110111

Color Harmonies of #1EF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF985

Black with #1EF985

Text Example


Text Example

White with #1EF985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EF985; }

 p { color: rgb(30,249,133); }

 H1.HeaderClassName
 {
   color: #1EF985;
 }
 .AnyTagClassName
 {
   color: #1EF985;
 }
</style>

background-color css

<style>
 a { background-color: #1EF985; }

 a { background-color: rgb(30,249,133); }

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

border-color css

<style>
 span { border-color: #1EF985; }

 span { border-color: rgb(30,249,133); }

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