Html Css Color HEX #D0FB07 Electric Lime

📋 copy color: '#D0FB07'

red 208 ◦ green 251 ◦ blue 7

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

Shades of Electric Lime #D0FB07

Tints of Electric Lime #D0FB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 44.64%
G = 53.86%
B = 1.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#D0FB07 (or 0xD0FB07) is known color: Electric Lime. HEX triplet: D0, FB and 07. RGB value is (208,251,7). Sum of RGB (Red+Green+Blue) = 208+251+7=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FB07 is #2F04F8. Grayscale: #D3D3D3. Windows color (decimal): -3081465 or 523216. OLE color: 523216.

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

Color convert

RGB 208 251 7 -
CMYK 0.17 0 0.97 0.02
HSL 70.57º 0.97% 0.51% -
HSV(B) 70.57º 0.97% 0.98% -
XYZ 60.55 82.42 12.92 -
YUV 210.33 13.25 126.34 -
System Red Green Blue C M Y K H S L
Decimal 208 251 7 0.17 0 0.97 0.02 70.57 0.97 0.51
Hex D0 FB 7 11 0 61 2 47 61 33
Octal 320 373 7 21 0 141 2 107 141 63
Binary 11010000 11111011 111 10001 0 1100001 10 1000111 1100001 110011

Color Harmonies of #D0FB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB07

Black with #D0FB07

Text Example


Text Example

White with #D0FB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB07; }

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

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

background-color css

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

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

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

border-color css

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

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

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