Html Css Color HEX #D0FB1B Electric Lime

📋 copy color: '#D0FB1B'

red 208 ◦ green 251 ◦ blue 27

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

Shades of Electric Lime #D0FB1B

Tints of Electric Lime #D0FB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.56%

R = 42.8%
G = 51.65%
B = 5.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#D0FB1B (or 0xD0FB1B) is known color: Electric Lime. HEX triplet: D0, FB and 1B. RGB value is (208,251,27). Sum of RGB (Red+Green+Blue) = 208+251+27=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FB1B is #2F04E4. Grayscale: #D5D5D5. Windows color (decimal): -3081445 or 1833936. OLE color: 1833936.

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

Color convert

RGB 208 251 27 -
CMYK 0.17 0 0.89 0.02
HSL 71.52º 0.97% 0.55% -
HSV(B) 71.52º 0.89% 0.98% -
XYZ 60.71 82.48 13.76 -
YUV 212.61 23.25 124.71 -
System Red Green Blue C M Y K H S L
Decimal 208 251 27 0.17 0 0.89 0.02 71.52 0.97 0.55
Hex D0 FB 1B 11 0 59 2 48 61 37
Octal 320 373 33 21 0 131 2 110 141 67
Binary 11010000 11111011 11011 10001 0 1011001 10 1001000 1100001 110111

Color Harmonies of #D0FB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB1B

Black with #D0FB1B

Text Example


Text Example

White with #D0FB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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