Html Css Color HEX #D1F30F Electric Lime

📋 copy color: '#D1F30F'

red 209 ◦ green 243 ◦ blue 15

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

Shades of Electric Lime #D1F30F

Tints of Electric Lime #D1F30F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.03%

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 44.75%
G = 52.03%
B = 3.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#D1F30F (or 0xD1F30F) is known color: Electric Lime. HEX triplet: D1, F3 and 0F. RGB value is (209,243,15). Sum of RGB (Red+Green+Blue) = 209+243+15=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F30F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F30F is #2E0CF0. Grayscale: #CFCFCF. Windows color (decimal): -3017969 or 1045457. OLE color: 1045457.

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

Color convert

RGB 209 243 15 -
CMYK 0.14 0 0.94 0.05
HSL 68.95º 0.9% 0.51% -
HSV(B) 68.95º 0.94% 0.95% -
XYZ 58.43 77.69 12.37 -
YUV 206.84 19.74 129.54 -
System Red Green Blue C M Y K H S L
Decimal 209 243 15 0.14 0 0.94 0.05 68.95 0.9 0.51
Hex D1 F3 F E 0 5E 5 45 5A 33
Octal 321 363 17 16 0 136 5 105 132 63
Binary 11010001 11110011 1111 1110 0 1011110 101 1000101 1011010 110011

Color Harmonies of #D1F30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F30F

Black with #D1F30F

Text Example


Text Example

White with #D1F30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F30F; }

 p { color: rgb(209,243,15); }

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

background-color css

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

 a { background-color: rgb(209,243,15); }

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

border-color css

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

 span { border-color: rgb(209,243,15); }

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