Html Css Color HEX #D4F216 Electric Lime

📋 copy color: '#D4F216'

red 212 ◦ green 242 ◦ blue 22

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

Shades of Electric Lime #D4F216

Tints of Electric Lime #D4F216

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.84%

 BLUE value IS 22 (8.98% from 255) = 4.62%

R = 44.54%
G = 50.84%
B = 4.62%

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

#D4F216 (or 0xD4F216) is known color: Electric Lime. HEX triplet: D4, F2 and 16. RGB value is (212,242,22). Sum of RGB (Red+Green+Blue) = 212+242+22=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F216 is #2B0DE9. Grayscale: #D0D0D0. Windows color (decimal): -2821610 or 1503956. OLE color: 1503956.

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

Color convert

RGB 212 242 22 -
CMYK 0.12 0 0.91 0.05
HSL 68.18º 0.89% 0.52% -
HSV(B) 68.18º 0.91% 0.95% -
XYZ 59.05 77.56 12.62 -
YUV 207.95 23.06 130.89 -
System Red Green Blue C M Y K H S L
Decimal 212 242 22 0.12 0 0.91 0.05 68.18 0.89 0.52
Hex D4 F2 16 C 0 5B 5 44 59 34
Octal 324 362 26 14 0 133 5 104 131 64
Binary 11010100 11110010 10110 1100 0 1011011 101 1000100 1011001 110100

Color Harmonies of #D4F216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F216

Black with #D4F216

Text Example


Text Example

White with #D4F216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F216; }

 p { color: rgb(212,242,22); }

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

background-color css

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

 a { background-color: rgb(212,242,22); }

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

border-color css

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

 span { border-color: rgb(212,242,22); }

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