Html Css Color HEX #D4F30E Electric Lime

📋 copy color: '#D4F30E'

red 212 ◦ green 243 ◦ blue 14

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

Shades of Electric Lime #D4F30E

Tints of Electric Lime #D4F30E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.81%

 BLUE value IS 14 (5.86% from 255) = 2.99%

R = 45.2%
G = 51.81%
B = 2.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#D4F30E (or 0xD4F30E) is known color: Electric Lime. HEX triplet: D4, F3 and 0E. RGB value is (212,243,14). Sum of RGB (Red+Green+Blue) = 212+243+14=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 14 (5.86% from 255 or 2.99% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F30E is #2B0CF1. Grayscale: #D0D0D0. Windows color (decimal): -2821362 or 979924. OLE color: 979924.

HSL color Cylindrical-coordinate representation of color #D4F30E: hue angle of 68.12º degrees, saturation: 0.91, 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 #D4F30E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 243 14 -
CMYK 0.13 0 0.94 0.05
HSL 68.12º 0.91% 0.5% -
HSV(B) 68.12º 0.94% 0.95% -
XYZ 59.28 78.13 12.37 -
YUV 207.63 18.73 131.12 -
System Red Green Blue C M Y K H S L
Decimal 212 243 14 0.13 0 0.94 0.05 68.12 0.91 0.5
Hex D4 F3 E D 0 5E 5 44 5B 32
Octal 324 363 16 15 0 136 5 104 133 62
Binary 11010100 11110011 1110 1101 0 1011110 101 1000100 1011011 110010

Color Harmonies of #D4F30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F30E

Black with #D4F30E

Text Example


Text Example

White with #D4F30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F30E; }

 p { color: rgb(212,243,14); }

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

background-color css

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

 a { background-color: rgb(212,243,14); }

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

border-color css

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

 span { border-color: rgb(212,243,14); }

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