Html Css Color HEX #D0FB1E Electric Lime

📋 copy color: '#D0FB1E'

red 208 ◦ green 251 ◦ blue 30

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

Shades of Electric Lime #D0FB1E

Tints of Electric Lime #D0FB1E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.33%

 BLUE value IS 30 (12.11% from 255) = 6.13%

R = 42.54%
G = 51.33%
B = 6.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#D0FB1E (or 0xD0FB1E) is known color: Electric Lime. HEX triplet: D0, FB and 1E. RGB value is (208,251,30). Sum of RGB (Red+Green+Blue) = 208+251+30=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FB1E is #2F04E1. Grayscale: #D5D5D5. Windows color (decimal): -3081442 or 2030544. OLE color: 2030544.

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

Color convert

RGB 208 251 30 -
CMYK 0.17 0 0.88 0.02
HSL 71.67º 0.97% 0.55% -
HSV(B) 71.67º 0.88% 0.98% -
XYZ 60.74 82.5 13.95 -
YUV 212.95 24.75 124.47 -
System Red Green Blue C M Y K H S L
Decimal 208 251 30 0.17 0 0.88 0.02 71.67 0.97 0.55
Hex D0 FB 1E 11 0 58 2 48 61 37
Octal 320 373 36 21 0 130 2 110 141 67
Binary 11010000 11111011 11110 10001 0 1011000 10 1001000 1100001 110111

Color Harmonies of #D0FB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB1E

Black with #D0FB1E

Text Example


Text Example

White with #D0FB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB1E; }

 p { color: rgb(208,251,30); }

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

background-color css

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

 a { background-color: rgb(208,251,30); }

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

border-color css

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

 span { border-color: rgb(208,251,30); }

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