Html Css Color HEX #D0F40B Electric Lime

📋 copy color: '#D0F40B'

red 208 ◦ green 244 ◦ blue 11

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

Shades of Electric Lime #D0F40B

Tints of Electric Lime #D0F40B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.7%

 BLUE value IS 11 (4.69% from 255) = 2.38%

R = 44.92%
G = 52.7%
B = 2.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#D0F40B (or 0xD0F40B) is known color: Electric Lime. HEX triplet: D0, F4 and 0B. RGB value is (208,244,11). Sum of RGB (Red+Green+Blue) = 208+244+11=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F40B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F40B is #2F0BF4. Grayscale: #CFCFCF. Windows color (decimal): -3083253 or 783568. OLE color: 783568.

HSL color Cylindrical-coordinate representation of color #D0F40B: hue angle of 69.27º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0F40B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 244 11 -
CMYK 0.15 0 0.95 0.04
HSL 69.27º 0.91% 0.5% -
HSV(B) 69.27º 0.95% 0.96% -
XYZ 58.42 78.14 12.32 -
YUV 206.67 17.57 128.95 -
System Red Green Blue C M Y K H S L
Decimal 208 244 11 0.15 0 0.95 0.04 69.27 0.91 0.5
Hex D0 F4 B F 0 5F 4 45 5B 32
Octal 320 364 13 17 0 137 4 105 133 62
Binary 11010000 11110100 1011 1111 0 1011111 100 1000101 1011011 110010

Color Harmonies of #D0F40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F40B

Black with #D0F40B

Text Example


Text Example

White with #D0F40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F40B; }

 p { color: rgb(208,244,11); }

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

background-color css

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

 a { background-color: rgb(208,244,11); }

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

border-color css

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

 span { border-color: rgb(208,244,11); }

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