Html Css Color HEX #D2EB02 Electric Lime

📋 copy color: '#D2EB02'

red 210 ◦ green 235 ◦ blue 2

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

Shades of Electric Lime #D2EB02

Tints of Electric Lime #D2EB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 46.98%
G = 52.57%
B = 0.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#D2EB02 (or 0xD2EB02) is known color: Electric Lime. HEX triplet: D2, EB and 02. RGB value is (210,235,2). Sum of RGB (Red+Green+Blue) = 210+235+2=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EB02 is #2D14FD. Grayscale: #C9C9C9. Windows color (decimal): -2954494 or 191442. OLE color: 191442.

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

Color convert

RGB 210 235 2 -
CMYK 0.11 0 0.99 0.08
HSL 66.44º 0.98% 0.46% -
HSV(B) 66.44º 0.99% 0.92% -
XYZ 56.3 73.12 11.2 -
YUV 200.96 15.72 134.45 -
System Red Green Blue C M Y K H S L
Decimal 210 235 2 0.11 0 0.99 0.08 66.44 0.98 0.46
Hex D2 EB 2 B 0 63 8 42 62 2E
Octal 322 353 2 13 0 143 10 102 142 56
Binary 11010010 11101011 10 1011 0 1100011 1000 1000010 1100010 101110

Color Harmonies of #D2EB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB02

Black with #D2EB02

Text Example


Text Example

White with #D2EB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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