Html Css Color HEX #D2EB06 Electric Lime

📋 copy color: '#D2EB06'

red 210 ◦ green 235 ◦ blue 6

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

Shades of Electric Lime #D2EB06

Tints of Electric Lime #D2EB06

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.11%

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 46.56%
G = 52.11%
B = 1.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#D2EB06 (or 0xD2EB06) is known color: Electric Lime. HEX triplet: D2, EB and 06. RGB value is (210,235,6). Sum of RGB (Red+Green+Blue) = 210+235+6=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EB06 is #2D14F9. Grayscale: #CACACA. Windows color (decimal): -2954490 or 453586. OLE color: 453586.

HSL color Cylindrical-coordinate representation of color #D2EB06: hue angle of 66.55º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2EB06 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 6 -
CMYK 0.11 0 0.97 0.08
HSL 66.55º 0.95% 0.47% -
HSV(B) 66.55º 0.97% 0.92% -
XYZ 56.32 73.13 11.32 -
YUV 201.42 17.72 134.12 -
System Red Green Blue C M Y K H S L
Decimal 210 235 6 0.11 0 0.97 0.08 66.55 0.95 0.47
Hex D2 EB 6 B 0 61 8 43 5F 2F
Octal 322 353 6 13 0 141 10 103 137 57
Binary 11010010 11101011 110 1011 0 1100001 1000 1000011 1011111 101111

Color Harmonies of #D2EB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB06

Black with #D2EB06

Text Example


Text Example

White with #D2EB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB06; }

 p { color: rgb(210,235,6); }

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

background-color css

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

 a { background-color: rgb(210,235,6); }

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

border-color css

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

 span { border-color: rgb(210,235,6); }

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