Html Css Color HEX #D4F10F Electric Lime

📋 copy color: '#D4F10F'

red 212 ◦ green 241 ◦ blue 15

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

Shades of Electric Lime #D4F10F

Tints of Electric Lime #D4F10F

RGB

 RED value IS 212 (83.2% from 255) = 45.3%

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

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

R = 45.3%
G = 51.5%
B = 3.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#D4F10F (or 0xD4F10F) is known color: Electric Lime. HEX triplet: D4, F1 and 0F. RGB value is (212,241,15). Sum of RGB (Red+Green+Blue) = 212+241+15=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F10F is #2B0EF0. Grayscale: #CFCFCF. Windows color (decimal): -2821873 or 1044948. OLE color: 1044948.

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

Color convert

RGB 212 241 15 -
CMYK 0.12 0 0.94 0.05
HSL 67.7º 0.89% 0.5% -
HSV(B) 67.7º 0.94% 0.95% -
XYZ 58.69 76.94 12.21 -
YUV 206.57 19.89 131.88 -
System Red Green Blue C M Y K H S L
Decimal 212 241 15 0.12 0 0.94 0.05 67.7 0.89 0.5
Hex D4 F1 F C 0 5E 5 44 59 32
Octal 324 361 17 14 0 136 5 104 131 62
Binary 11010100 11110001 1111 1100 0 1011110 101 1000100 1011001 110010

Color Harmonies of #D4F10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F10F

Black with #D4F10F

Text Example


Text Example

White with #D4F10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F10F; }

 p { color: rgb(212,241,15); }

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

background-color css

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

 a { background-color: rgb(212,241,15); }

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

border-color css

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

 span { border-color: rgb(212,241,15); }

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