Html Css Color HEX #D0F91B Electric Lime

📋 copy color: '#D0F91B'

red 208 ◦ green 249 ◦ blue 27

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

Shades of Electric Lime #D0F91B

Tints of Electric Lime #D0F91B

RGB

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

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

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

R = 42.98%
G = 51.45%
B = 5.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#D0F91B (or 0xD0F91B) is known color: Electric Lime. HEX triplet: D0, F9 and 1B. RGB value is (208,249,27). Sum of RGB (Red+Green+Blue) = 208+249+27=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 27 (10.94% from 255 or 5.58% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F91B is #2F06E4. Grayscale: #D4D4D4. Windows color (decimal): -3081957 or 1833424. OLE color: 1833424.

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

Color convert

RGB 208 249 27 -
CMYK 0.16 0 0.89 0.02
HSL 71.08º 0.95% 0.54% -
HSV(B) 71.08º 0.89% 0.98% -
XYZ 60.09 81.24 13.55 -
YUV 211.43 23.92 125.55 -
System Red Green Blue C M Y K H S L
Decimal 208 249 27 0.16 0 0.89 0.02 71.08 0.95 0.54
Hex D0 F9 1B 10 0 59 2 47 5F 36
Octal 320 371 33 20 0 131 2 107 137 66
Binary 11010000 11111001 11011 10000 0 1011001 10 1000111 1011111 110110

Color Harmonies of #D0F91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F91B

Black with #D0F91B

Text Example


Text Example

White with #D0F91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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