Html Css Color HEX #D0F61B Electric Lime

📋 copy color: '#D0F61B'

red 208 ◦ green 246 ◦ blue 27

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

Shades of Electric Lime #D0F61B

Tints of Electric Lime #D0F61B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.14%

 BLUE value IS 27 (10.94% from 255) = 5.61%

R = 43.24%
G = 51.14%
B = 5.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#D0F61B (or 0xD0F61B) is known color: Electric Lime. HEX triplet: D0, F6 and 1B. RGB value is (208,246,27). Sum of RGB (Red+Green+Blue) = 208+246+27=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F61B is #2F09E4. Grayscale: #D2D2D2. Windows color (decimal): -3082725 or 1832656. OLE color: 1832656.

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

Color convert

RGB 208 246 27 -
CMYK 0.15 0 0.89 0.04
HSL 70.41º 0.92% 0.54% -
HSV(B) 70.41º 0.89% 0.96% -
XYZ 59.17 79.4 13.24 -
YUV 209.67 24.91 126.81 -
System Red Green Blue C M Y K H S L
Decimal 208 246 27 0.15 0 0.89 0.04 70.41 0.92 0.54
Hex D0 F6 1B F 0 59 4 46 5C 36
Octal 320 366 33 17 0 131 4 106 134 66
Binary 11010000 11110110 11011 1111 0 1011001 100 1000110 1011100 110110

Color Harmonies of #D0F61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F61B

Black with #D0F61B

Text Example


Text Example

White with #D0F61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F61B; }

 p { color: rgb(208,246,27); }

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

background-color css

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

 a { background-color: rgb(208,246,27); }

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

border-color css

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

 span { border-color: rgb(208,246,27); }

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