Html Css Color HEX #D2EA0B Electric Lime

📋 copy color: '#D2EA0B'

red 210 ◦ green 234 ◦ blue 11

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

Shades of Electric Lime #D2EA0B

Tints of Electric Lime #D2EA0B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.43%

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 46.15%
G = 51.43%
B = 2.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#D2EA0B (or 0xD2EA0B) is known color: Electric Lime. HEX triplet: D2, EA and 0B. RGB value is (210,234,11). Sum of RGB (Red+Green+Blue) = 210+234+11=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EA0B is #2D15F4. Grayscale: #CACACA. Windows color (decimal): -2954741 or 781010. OLE color: 781010.

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

Color convert

RGB 210 234 11 -
CMYK 0.10 0 0.95 0.08
HSL 66.46º 0.91% 0.48% -
HSV(B) 66.46º 0.95% 0.92% -
XYZ 56.06 72.57 11.37 -
YUV 201.4 20.55 134.13 -
System Red Green Blue C M Y K H S L
Decimal 210 234 11 0.10 0 0.95 0.08 66.46 0.91 0.48
Hex D2 EA B A 0 5F 8 42 5B 30
Octal 322 352 13 12 0 137 10 102 133 60
Binary 11010010 11101010 1011 1010 0 1011111 1000 1000010 1011011 110000

Color Harmonies of #D2EA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EA0B

Black with #D2EA0B

Text Example


Text Example

White with #D2EA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EA0B; }

 p { color: rgb(210,234,11); }

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

background-color css

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

 a { background-color: rgb(210,234,11); }

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

border-color css

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

 span { border-color: rgb(210,234,11); }

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