Html Css Color HEX #D1E30B Electric Lime

📋 copy color: '#D1E30B'

red 209 ◦ green 227 ◦ blue 11

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

Shades of Electric Lime #D1E30B

Tints of Electric Lime #D1E30B

RGB

 RED value IS 209 (82.03% from 255) = 46.76%

 GREEN value IS 227 (89.06% from 255) = 50.78%

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 46.76%
G = 50.78%
B = 2.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#D1E30B (or 0xD1E30B) is known color: Electric Lime. HEX triplet: D1, E3 and 0B. RGB value is (209,227,11). Sum of RGB (Red+Green+Blue) = 209+227+11=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E30B is #2E1CF4. Grayscale: #C5C5C5. Windows color (decimal): -3022069 or 779217. OLE color: 779217.

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

Color convert

RGB 209 227 11 -
CMYK 0.08 0 0.95 0.11
HSL 65º 0.91% 0.47% -
HSV(B) 65º 0.95% 0.89% -
XYZ 53.82 68.52 10.71 -
YUV 196.99 23.04 136.56 -
System Red Green Blue C M Y K H S L
Decimal 209 227 11 0.08 0 0.95 0.11 65 0.91 0.47
Hex D1 E3 B 8 0 5F B 41 5B 2F
Octal 321 343 13 10 0 137 13 101 133 57
Binary 11010001 11100011 1011 1000 0 1011111 1011 1000001 1011011 101111

Color Harmonies of #D1E30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E30B

Black with #D1E30B

Text Example


Text Example

White with #D1E30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E30B; }

 p { color: rgb(209,227,11); }

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

background-color css

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

 a { background-color: rgb(209,227,11); }

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

border-color css

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

 span { border-color: rgb(209,227,11); }

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