Html Css Color HEX #D0F304 Electric Lime

📋 copy color: '#D0F304'

red 208 ◦ green 243 ◦ blue 4

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

Shades of Electric Lime #D0F304

Tints of Electric Lime #D0F304

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.41%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 45.71%
G = 53.41%
B = 0.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#D0F304 (or 0xD0F304) is known color: Electric Lime. HEX triplet: D0, F3 and 04. RGB value is (208,243,4). Sum of RGB (Red+Green+Blue) = 208+243+4=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F304 is #2F0CFB. Grayscale: #CECECE. Windows color (decimal): -3083516 or 324560. OLE color: 324560.

HSL color Cylindrical-coordinate representation of color #D0F304: hue angle of 68.79º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0F304 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 243 4 -
CMYK 0.14 0 0.98 0.05
HSL 68.79º 0.97% 0.48% -
HSV(B) 68.79º 0.98% 0.95% -
XYZ 58.08 77.52 12.02 -
YUV 205.29 14.4 129.93 -
System Red Green Blue C M Y K H S L
Decimal 208 243 4 0.14 0 0.98 0.05 68.79 0.97 0.48
Hex D0 F3 4 E 0 62 5 45 61 30
Octal 320 363 4 16 0 142 5 105 141 60
Binary 11010000 11110011 100 1110 0 1100010 101 1000101 1100001 110000

Color Harmonies of #D0F304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F304

Black with #D0F304

Text Example


Text Example

White with #D0F304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F304; }

 p { color: rgb(208,243,4); }

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

background-color css

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

 a { background-color: rgb(208,243,4); }

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

border-color css

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

 span { border-color: rgb(208,243,4); }

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