Html Css Color HEX #D2EB07 Electric Lime

📋 copy color: '#D2EB07'

red 210 ◦ green 235 ◦ blue 7

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

Shades of Electric Lime #D2EB07

Tints of Electric Lime #D2EB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 46.46%
G = 51.99%
B = 1.55%

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

#D2EB07 (or 0xD2EB07) is known color: Electric Lime. HEX triplet: D2, EB and 07. RGB value is (210,235,7). Sum of RGB (Red+Green+Blue) = 210+235+7=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EB07 is #2D14F8. Grayscale: #CACACA. Windows color (decimal): -2954489 or 519122. OLE color: 519122.

HSL color Cylindrical-coordinate representation of color #D2EB07: hue angle of 66.58º degrees, saturation: 0.94, 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 #D2EB07 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 7 -
CMYK 0.11 0 0.97 0.08
HSL 66.58º 0.94% 0.47% -
HSV(B) 66.58º 0.97% 0.92% -
XYZ 56.33 73.13 11.35 -
YUV 201.53 18.22 134.04 -
System Red Green Blue C M Y K H S L
Decimal 210 235 7 0.11 0 0.97 0.08 66.58 0.94 0.47
Hex D2 EB 7 B 0 61 8 43 5E 2F
Octal 322 353 7 13 0 141 10 103 136 57
Binary 11010010 11101011 111 1011 0 1100001 1000 1000011 1011110 101111

Color Harmonies of #D2EB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB07

Black with #D2EB07

Text Example


Text Example

White with #D2EB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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