Html Css Color HEX #D0F919 Electric Lime

📋 copy color: '#D0F919'

red 208 ◦ green 249 ◦ blue 25

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

Shades of Electric Lime #D0F919

Tints of Electric Lime #D0F919

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.66%

 BLUE value IS 25 (10.16% from 255) = 5.19%

R = 43.15%
G = 51.66%
B = 5.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#D0F919 (or 0xD0F919) is known color: Electric Lime. HEX triplet: D0, F9 and 19. RGB value is (208,249,25). Sum of RGB (Red+Green+Blue) = 208+249+25=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F919 is #2F06E6. Grayscale: #D4D4D4. Windows color (decimal): -3081959 or 1702352. OLE color: 1702352.

HSL color Cylindrical-coordinate representation of color #D0F919: hue angle of 70.98º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0F919 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 25 -
CMYK 0.16 0 0.90 0.02
HSL 70.98º 0.95% 0.54% -
HSV(B) 70.98º 0.9% 0.98% -
XYZ 60.06 81.23 13.43 -
YUV 211.21 22.92 125.71 -
System Red Green Blue C M Y K H S L
Decimal 208 249 25 0.16 0 0.90 0.02 70.98 0.95 0.54
Hex D0 F9 19 10 0 5A 2 47 5F 36
Octal 320 371 31 20 0 132 2 107 137 66
Binary 11010000 11111001 11001 10000 0 1011010 10 1000111 1011111 110110

Color Harmonies of #D0F919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F919

Black with #D0F919

Text Example


Text Example

White with #D0F919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F919; }

 p { color: rgb(208,249,25); }

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

background-color css

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

 a { background-color: rgb(208,249,25); }

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

border-color css

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

 span { border-color: rgb(208,249,25); }

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