Html Css Color HEX #D2F311 Electric Lime

📋 copy color: '#D2F311'

red 210 ◦ green 243 ◦ blue 17

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

Shades of Electric Lime #D2F311

Tints of Electric Lime #D2F311

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.7%

 BLUE value IS 17 (7.03% from 255) = 3.62%

R = 44.68%
G = 51.7%
B = 3.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D2F311 (or 0xD2F311) is known color: Electric Lime. HEX triplet: D2, F3 and 11. RGB value is (210,243,17). Sum of RGB (Red+Green+Blue) = 210+243+17=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F311 is #2D0CEE. Grayscale: #D0D0D0. Windows color (decimal): -2952431 or 1176530. OLE color: 1176530.

HSL color Cylindrical-coordinate representation of color #D2F311: hue angle of 68.76º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2F311 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 243 17 -
CMYK 0.14 0 0.93 0.05
HSL 68.76º 0.9% 0.51% -
HSV(B) 68.76º 0.93% 0.95% -
XYZ 58.73 77.84 12.46 -
YUV 207.37 20.57 129.88 -
System Red Green Blue C M Y K H S L
Decimal 210 243 17 0.14 0 0.93 0.05 68.76 0.9 0.51
Hex D2 F3 11 E 0 5D 5 45 5A 33
Octal 322 363 21 16 0 135 5 105 132 63
Binary 11010010 11110011 10001 1110 0 1011101 101 1000101 1011010 110011

Color Harmonies of #D2F311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F311

Black with #D2F311

Text Example


Text Example

White with #D2F311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F311; }

 p { color: rgb(210,243,17); }

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

background-color css

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

 a { background-color: rgb(210,243,17); }

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

border-color css

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

 span { border-color: rgb(210,243,17); }

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