Html Css Color HEX #D4F812 Electric Lime

📋 copy color: '#D4F812'

red 212 ◦ green 248 ◦ blue 18

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

Shades of Electric Lime #D4F812

Tints of Electric Lime #D4F812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.88%

 BLUE value IS 18 (7.42% from 255) = 3.77%

R = 44.35%
G = 51.88%
B = 3.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#D4F812 (or 0xD4F812) is known color: Electric Lime. HEX triplet: D4, F8 and 12. RGB value is (212,248,18). Sum of RGB (Red+Green+Blue) = 212+248+18=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F812 is #2B07ED. Grayscale: #D3D3D3. Windows color (decimal): -2820078 or 1243348. OLE color: 1243348.

HSL color Cylindrical-coordinate representation of color #D4F812: hue angle of 69.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4F812 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 248 18 -
CMYK 0.15 0 0.93 0.03
HSL 69.39º 0.94% 0.52% -
HSV(B) 69.39º 0.93% 0.97% -
XYZ 60.83 81.18 13.03 -
YUV 211.02 19.07 128.7 -
System Red Green Blue C M Y K H S L
Decimal 212 248 18 0.15 0 0.93 0.03 69.39 0.94 0.52
Hex D4 F8 12 F 0 5D 3 45 5E 34
Octal 324 370 22 17 0 135 3 105 136 64
Binary 11010100 11111000 10010 1111 0 1011101 11 1000101 1011110 110100

Color Harmonies of #D4F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F812

Black with #D4F812

Text Example


Text Example

White with #D4F812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F812; }

 p { color: rgb(212,248,18); }

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

background-color css

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

 a { background-color: rgb(212,248,18); }

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

border-color css

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

 span { border-color: rgb(212,248,18); }

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