Html Css Color HEX #D2FF0B Electric Lime

📋 copy color: '#D2FF0B'

red 210 ◦ green 255 ◦ blue 11

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

Shades of Electric Lime #D2FF0B

Tints of Electric Lime #D2FF0B

RGB

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

 GREEN value IS 255 (100% from 255) = 53.57%

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

R = 44.12%
G = 53.57%
B = 2.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#D2FF0B (or 0xD2FF0B) is known color: Electric Lime. HEX triplet: D2, FF and 0B. RGB value is (210,255,11). Sum of RGB (Red+Green+Blue) = 210+255+11=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 11 (4.69% from 255 or 2.31% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FF0B is #2D00F4. Grayscale: #D6D6D6. Windows color (decimal): -2949365 or 786386. OLE color: 786386.

HSL color Cylindrical-coordinate representation of color #D2FF0B: hue angle of 71.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2FF0B is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 210 255 11 -
CMYK 0.18 0 0.96 0
HSL 71.07º 1% 0.52% -
HSV(B) 71.07º 0.96% 1% -
XYZ 62.4 85.25 13.48 -
YUV 213.73 13.59 125.34 -
System Red Green Blue C M Y K H S L
Decimal 210 255 11 0.18 0 0.96 0 71.07 1 0.52
Hex D2 FF B 12 0 60 0 47 64 34
Octal 322 377 13 22 0 140 0 107 144 64
Binary 11010010 11111111 1011 10010 0 1100000 0 1000111 1100100 110100

Color Harmonies of #D2FF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FF0B

Black with #D2FF0B

Text Example


Text Example

White with #D2FF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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