Html Css Color HEX #D0F115 Electric Lime

📋 copy color: '#D0F115'

red 208 ◦ green 241 ◦ blue 21

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

Shades of Electric Lime #D0F115

Tints of Electric Lime #D0F115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.28%

 BLUE value IS 21 (8.59% from 255) = 4.47%

R = 44.26%
G = 51.28%
B = 4.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#D0F115 (or 0xD0F115) is known color: Electric Lime. HEX triplet: D0, F1 and 15. RGB value is (208,241,21). Sum of RGB (Red+Green+Blue) = 208+241+21=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F115 is #2F0EEA. Grayscale: #CECECE. Windows color (decimal): -3084011 or 1438160. OLE color: 1438160.

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

Color convert

RGB 208 241 21 -
CMYK 0.14 0 0.91 0.05
HSL 69º 0.89% 0.51% -
HSV(B) 69º 0.91% 0.95% -
XYZ 57.6 76.37 12.42 -
YUV 206.05 23.57 129.39 -
System Red Green Blue C M Y K H S L
Decimal 208 241 21 0.14 0 0.91 0.05 69 0.89 0.51
Hex D0 F1 15 E 0 5B 5 45 59 33
Octal 320 361 25 16 0 133 5 105 131 63
Binary 11010000 11110001 10101 1110 0 1011011 101 1000101 1011001 110011

Color Harmonies of #D0F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F115

Black with #D0F115

Text Example


Text Example

White with #D0F115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F115; }

 p { color: rgb(208,241,21); }

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

background-color css

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

 a { background-color: rgb(208,241,21); }

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

border-color css

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

 span { border-color: rgb(208,241,21); }

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