Html Css Color HEX #D2F209 Electric Lime

📋 copy color: '#D2F209'

red 210 ◦ green 242 ◦ blue 9

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

Shades of Electric Lime #D2F209

Tints of Electric Lime #D2F209

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.49%

 BLUE value IS 9 (3.91% from 255) = 1.95%

R = 45.55%
G = 52.49%
B = 1.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#D2F209 (or 0xD2F209) is known color: Electric Lime. HEX triplet: D2, F2 and 09. RGB value is (210,242,9). Sum of RGB (Red+Green+Blue) = 210+242+9=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 9 (3.91% from 255 or 1.95% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F209 is #2D0DF6. Grayscale: #CECECE. Windows color (decimal): -2952695 or 651986. OLE color: 651986.

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

Color convert

RGB 210 242 9 -
CMYK 0.13 0 0.96 0.05
HSL 68.24º 0.93% 0.49% -
HSV(B) 68.24º 0.96% 0.95% -
XYZ 58.38 77.23 12.09 -
YUV 205.87 16.9 130.95 -
System Red Green Blue C M Y K H S L
Decimal 210 242 9 0.13 0 0.96 0.05 68.24 0.93 0.49
Hex D2 F2 9 D 0 60 5 44 5D 31
Octal 322 362 11 15 0 140 5 104 135 61
Binary 11010010 11110010 1001 1101 0 1100000 101 1000100 1011101 110001

Color Harmonies of #D2F209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F209

Black with #D2F209

Text Example


Text Example

White with #D2F209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F209; }

 p { color: rgb(210,242,9); }

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

background-color css

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

 a { background-color: rgb(210,242,9); }

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

border-color css

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

 span { border-color: rgb(210,242,9); }

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