Html Css Color HEX #D0FA09 Electric Lime

📋 copy color: '#D0FA09'

red 208 ◦ green 250 ◦ blue 9

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

Shades of Electric Lime #D0FA09

Tints of Electric Lime #D0FA09

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

 GREEN value IS 250 (98.05% from 255) = 53.53%

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

R = 44.54%
G = 53.53%
B = 1.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#D0FA09 (or 0xD0FA09) is known color: Electric Lime. HEX triplet: D0, FA and 09. RGB value is (208,250,9). Sum of RGB (Red+Green+Blue) = 208+250+9=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA09 is #2F05F6. Grayscale: #D2D2D2. Windows color (decimal): -3081719 or 654032. OLE color: 654032.

HSL color Cylindrical-coordinate representation of color #D0FA09: hue angle of 70.46º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0FA09 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 9 -
CMYK 0.17 0 0.96 0.02
HSL 70.46º 0.96% 0.51% -
HSV(B) 70.46º 0.96% 0.98% -
XYZ 60.25 81.8 12.87 -
YUV 209.97 14.59 126.6 -
System Red Green Blue C M Y K H S L
Decimal 208 250 9 0.17 0 0.96 0.02 70.46 0.96 0.51
Hex D0 FA 9 11 0 60 2 46 60 33
Octal 320 372 11 21 0 140 2 106 140 63
Binary 11010000 11111010 1001 10001 0 1100000 10 1000110 1100000 110011

Color Harmonies of #D0FA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA09

Black with #D0FA09

Text Example


Text Example

White with #D0FA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA09; }

 p { color: rgb(208,250,9); }

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

background-color css

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

 a { background-color: rgb(208,250,9); }

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

border-color css

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

 span { border-color: rgb(208,250,9); }

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