Html Css Color HEX #D4F30F Electric Lime

📋 copy color: '#D4F30F'

red 212 ◦ green 243 ◦ blue 15

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

Shades of Electric Lime #D4F30F

Tints of Electric Lime #D4F30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.19%

R = 45.11%
G = 51.7%
B = 3.19%

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

#D4F30F (or 0xD4F30F) is known color: Electric Lime. HEX triplet: D4, F3 and 0F. RGB value is (212,243,15). Sum of RGB (Red+Green+Blue) = 212+243+15=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F30F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F30F is #2B0CF0. Grayscale: #D0D0D0. Windows color (decimal): -2821361 or 1045460. OLE color: 1045460.

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

Color convert

RGB 212 243 15 -
CMYK 0.13 0 0.94 0.05
HSL 68.16º 0.9% 0.51% -
HSV(B) 68.16º 0.94% 0.95% -
XYZ 59.29 78.13 12.41 -
YUV 207.74 19.23 131.04 -
System Red Green Blue C M Y K H S L
Decimal 212 243 15 0.13 0 0.94 0.05 68.16 0.9 0.51
Hex D4 F3 F D 0 5E 5 44 5A 33
Octal 324 363 17 15 0 136 5 104 132 63
Binary 11010100 11110011 1111 1101 0 1011110 101 1000100 1011010 110011

Color Harmonies of #D4F30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F30F

Black with #D4F30F

Text Example


Text Example

White with #D4F30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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