Html Css Color HEX #D4F118 Electric Lime

📋 copy color: '#D4F118'

red 212 ◦ green 241 ◦ blue 24

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

Shades of Electric Lime #D4F118

Tints of Electric Lime #D4F118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.03%

R = 44.44%
G = 50.52%
B = 5.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#D4F118 (or 0xD4F118) is known color: Electric Lime. HEX triplet: D4, F1 and 18. RGB value is (212,241,24). Sum of RGB (Red+Green+Blue) = 212+241+24=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F118 is #2B0EE7. Grayscale: #D0D0D0. Windows color (decimal): -2821864 or 1634772. OLE color: 1634772.

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

Color convert

RGB 212 241 24 -
CMYK 0.12 0 0.90 0.05
HSL 68.02º 0.89% 0.52% -
HSV(B) 68.02º 0.9% 0.95% -
XYZ 58.77 76.97 12.62 -
YUV 207.59 24.39 131.14 -
System Red Green Blue C M Y K H S L
Decimal 212 241 24 0.12 0 0.90 0.05 68.02 0.89 0.52
Hex D4 F1 18 C 0 5A 5 44 59 34
Octal 324 361 30 14 0 132 5 104 131 64
Binary 11010100 11110001 11000 1100 0 1011010 101 1000100 1011001 110100

Color Harmonies of #D4F118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F118

Black with #D4F118

Text Example


Text Example

White with #D4F118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F118; }

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

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

background-color css

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

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

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

border-color css

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

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

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