Html Css Color HEX #1EFD52 Malachite

📋 copy color: '#1EFD52'

red 30 ◦ green 253 ◦ blue 82

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

Shades of Malachite #1EFD52

Tints of Malachite #1EFD52

RGB

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

 GREEN value IS 253 (99.22% from 255) = 69.32%

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 8.22%
G = 69.32%
B = 22.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#1EFD52 (or 0x1EFD52) is known color: Malachite. HEX triplet: 1E, FD and 52. RGB value is (30,253,82). Sum of RGB (Red+Green+Blue) = 30+253+82=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 253 (99.22% from 255 or 69.32% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFD52 is #E102AD. Grayscale: #A7A7A7. Windows color (decimal): -14746286 or 5438750. OLE color: 5438750.

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

Color convert

RGB 30 253 82 -
CMYK 0.88 0 0.68 0.01
HSL 133.99º 0.98% 0.55% -
HSV(B) 133.99º 0.88% 0.99% -
XYZ 37.18 71.14 19.75 -
YUV 166.83 80.12 30.4 -
System Red Green Blue C M Y K H S L
Decimal 30 253 82 0.88 0 0.68 0.01 133.99 0.98 0.55
Hex 1E FD 52 58 0 44 1 86 62 37
Octal 36 375 122 130 0 104 1 206 142 67
Binary 11110 11111101 1010010 1011000 0 1000100 1 10000110 1100010 110111

Color Harmonies of #1EFD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFD52

Black with #1EFD52

Text Example


Text Example

White with #1EFD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,253,82); }

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

background-color css

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

 a { background-color: rgb(30,253,82); }

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

border-color css

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

 span { border-color: rgb(30,253,82); }

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