Html Css Color HEX #1EC04B Dark Pastel Green

📋 copy color: '#1EC04B'

red 30 ◦ green 192 ◦ blue 75

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

Shades of Dark Pastel Green #1EC04B

Tints of Dark Pastel Green #1EC04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.65%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 10.1%
G = 64.65%
B = 25.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#1EC04B (or 0x1EC04B) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 4B. RGB value is (30,192,75). Sum of RGB (Red+Green+Blue) = 30+192+75=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC04B is #E13FB4. Grayscale: #828282. Windows color (decimal): -14761909 or 4964382. OLE color: 4964382.

HSL color Cylindrical-coordinate representation of color #1EC04B: hue angle of 136.67º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC04B is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 192 75 -
CMYK 0.84 0 0.61 0.25
HSL 136.67º 0.73% 0.44% -
HSV(B) 136.67º 0.84% 0.75% -
XYZ 20.66 38.48 13 -
YUV 130.22 96.83 56.51 -
System Red Green Blue C M Y K H S L
Decimal 30 192 75 0.84 0 0.61 0.25 136.67 0.73 0.44
Hex 1E C0 4B 54 0 3D 19 89 49 2C
Octal 36 300 113 124 0 75 31 211 111 54
Binary 11110 11000000 1001011 1010100 0 111101 11001 10001001 1001001 101100

Color Harmonies of #1EC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC04B

Black with #1EC04B

Text Example


Text Example

White with #1EC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,192,75); }

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

background-color css

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

 a { background-color: rgb(30,192,75); }

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

border-color css

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

 span { border-color: rgb(30,192,75); }

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