Html Css Color HEX #D2EF04 Electric Lime

📋 copy color: '#D2EF04'

red 210 ◦ green 239 ◦ blue 4

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

Shades of Electric Lime #D2EF04

Tints of Electric Lime #D2EF04

RGB

 RED value IS 210 (82.42% from 255) = 46.36%

 GREEN value IS 239 (93.75% from 255) = 52.76%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 46.36%
G = 52.76%
B = 0.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#D2EF04 (or 0xD2EF04) is known color: Electric Lime. HEX triplet: D2, EF and 04. RGB value is (210,239,4). Sum of RGB (Red+Green+Blue) = 210+239+4=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 239 (93.75% from 255 or 52.76% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EF04 is #2D10FB. Grayscale: #CCCCCC. Windows color (decimal): -2953468 or 323538. OLE color: 323538.

HSL color Cylindrical-coordinate representation of color #D2EF04: hue angle of 67.4º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2EF04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 4 -
CMYK 0.12 0 0.98 0.06
HSL 67.4º 0.97% 0.48% -
HSV(B) 67.4º 0.98% 0.94% -
XYZ 57.47 75.44 11.65 -
YUV 203.54 15.39 132.61 -
System Red Green Blue C M Y K H S L
Decimal 210 239 4 0.12 0 0.98 0.06 67.4 0.97 0.48
Hex D2 EF 4 C 0 62 6 43 61 30
Octal 322 357 4 14 0 142 6 103 141 60
Binary 11010010 11101111 100 1100 0 1100010 110 1000011 1100001 110000

Color Harmonies of #D2EF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EF04

Black with #D2EF04

Text Example


Text Example

White with #D2EF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EF04; }

 p { color: rgb(210,239,4); }

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

background-color css

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

 a { background-color: rgb(210,239,4); }

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

border-color css

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

 span { border-color: rgb(210,239,4); }

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