Html Css Color HEX #1DF082 Spring Green

📋 copy color: '#1DF082'

red 29 ◦ green 240 ◦ blue 130

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

Shades of Spring Green #1DF082

Tints of Spring Green #1DF082

RGB

 RED value IS 29 (11.72% from 255) = 7.27%

 GREEN value IS 240 (94.14% from 255) = 60.15%

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 7.27%
G = 60.15%
B = 32.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#1DF082 (or 0x1DF082) is known color: Spring Green. HEX triplet: 1D, F0 and 82. RGB value is (29,240,130). Sum of RGB (Red+Green+Blue) = 29+240+130=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF082 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF082 is #E20F7D. Grayscale: #A4A4A4. Windows color (decimal): -14815102 or 8581149. OLE color: 8581149.

HSL color Cylindrical-coordinate representation of color #1DF082: hue angle of 148.72º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF082 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 240 130 -
CMYK 0.88 0 0.46 0.06
HSL 148.72º 0.88% 0.53% -
HSV(B) 148.72º 0.88% 0.94% -
XYZ 35.7 64.19 31.63 -
YUV 164.37 108.6 31.44 -
System Red Green Blue C M Y K H S L
Decimal 29 240 130 0.88 0 0.46 0.06 148.72 0.88 0.53
Hex 1D F0 82 58 0 2E 6 95 58 35
Octal 35 360 202 130 0 56 6 225 130 65
Binary 11101 11110000 10000010 1011000 0 101110 110 10010101 1011000 110101

Color Harmonies of #1DF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF082

Black with #1DF082

Text Example


Text Example

White with #1DF082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,240,130); }

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

background-color css

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

 a { background-color: rgb(29,240,130); }

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

border-color css

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

 span { border-color: rgb(29,240,130); }

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