Html Css Color HEX #D2F111 Electric Lime

📋 copy color: '#D2F111'

red 210 ◦ green 241 ◦ blue 17

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

Shades of Electric Lime #D2F111

Tints of Electric Lime #D2F111

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.5%

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

R = 44.87%
G = 51.5%
B = 3.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#D2F111 (or 0xD2F111) is known color: Electric Lime. HEX triplet: D2, F1 and 11. RGB value is (210,241,17). Sum of RGB (Red+Green+Blue) = 210+241+17=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 17 (7.03% from 255 or 3.63% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F111 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F111 is #2D0EEE. Grayscale: #CFCFCF. Windows color (decimal): -2952943 or 1176018. OLE color: 1176018.

HSL color Cylindrical-coordinate representation of color #D2F111: hue angle of 68.3º degrees, saturation: 0.89, 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 #D2F111 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 241 17 -
CMYK 0.13 0 0.93 0.05
HSL 68.3º 0.89% 0.51% -
HSV(B) 68.3º 0.93% 0.95% -
XYZ 58.13 76.65 12.26 -
YUV 206.2 21.23 130.71 -
System Red Green Blue C M Y K H S L
Decimal 210 241 17 0.13 0 0.93 0.05 68.3 0.89 0.51
Hex D2 F1 11 D 0 5D 5 44 59 33
Octal 322 361 21 15 0 135 5 104 131 63
Binary 11010010 11110001 10001 1101 0 1011101 101 1000100 1011001 110011

Color Harmonies of #D2F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F111

Black with #D2F111

Text Example


Text Example

White with #D2F111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F111; }

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

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

background-color css

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

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

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

border-color css

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

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

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