Html Css Color HEX #1EF286 Spring Green

📋 copy color: '#1EF286'

red 30 ◦ green 242 ◦ blue 134

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

Shades of Spring Green #1EF286

Tints of Spring Green #1EF286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33%

R = 7.39%
G = 59.61%
B = 33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#1EF286 (or 0x1EF286) is known color: Spring Green. HEX triplet: 1E, F2 and 86. RGB value is (30,242,134). Sum of RGB (Red+Green+Blue) = 30+242+134=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF286 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EF286 is #E10D79. Grayscale: #A6A6A6. Windows color (decimal): -14749050 or 8843806. OLE color: 8843806.

HSL color Cylindrical-coordinate representation of color #1EF286: hue angle of 149.43º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF286 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 242 134 -
CMYK 0.88 0 0.45 0.05
HSL 149.43º 0.89% 0.53% -
HSV(B) 149.43º 0.88% 0.95% -
XYZ 36.59 65.5 33.27 -
YUV 166.3 109.76 30.78 -
System Red Green Blue C M Y K H S L
Decimal 30 242 134 0.88 0 0.45 0.05 149.43 0.89 0.53
Hex 1E F2 86 58 0 2D 5 95 59 35
Octal 36 362 206 130 0 55 5 225 131 65
Binary 11110 11110010 10000110 1011000 0 101101 101 10010101 1011001 110101

Color Harmonies of #1EF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF286

Black with #1EF286

Text Example


Text Example

White with #1EF286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,242,134); }

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

background-color css

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

 a { background-color: rgb(30,242,134); }

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

border-color css

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

 span { border-color: rgb(30,242,134); }

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