Html Css Color HEX #D4F115 Electric Lime

📋 copy color: '#D4F115'

red 212 ◦ green 241 ◦ blue 21

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

Shades of Electric Lime #D4F115

Tints of Electric Lime #D4F115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.43%

R = 44.73%
G = 50.84%
B = 4.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#D4F115 (or 0xD4F115) is known color: Electric Lime. HEX triplet: D4, F1 and 15. RGB value is (212,241,21). Sum of RGB (Red+Green+Blue) = 212+241+21=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F115 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F115 is #2B0EEA. Grayscale: #D0D0D0. Windows color (decimal): -2821867 or 1438164. OLE color: 1438164.

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

Color convert

RGB 212 241 21 -
CMYK 0.12 0 0.91 0.05
HSL 67.91º 0.89% 0.51% -
HSV(B) 67.91º 0.91% 0.95% -
XYZ 58.74 76.96 12.47 -
YUV 207.25 22.89 131.39 -
System Red Green Blue C M Y K H S L
Decimal 212 241 21 0.12 0 0.91 0.05 67.91 0.89 0.51
Hex D4 F1 15 C 0 5B 5 44 59 33
Octal 324 361 25 14 0 133 5 104 131 63
Binary 11010100 11110001 10101 1100 0 1011011 101 1000100 1011001 110011

Color Harmonies of #D4F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F115

Black with #D4F115

Text Example


Text Example

White with #D4F115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F115; }

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

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

background-color css

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

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

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

border-color css

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

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

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