Html Css Color HEX #D4FB0A Electric Lime

📋 copy color: '#D4FB0A'

red 212 ◦ green 251 ◦ blue 10

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

Shades of Electric Lime #D4FB0A

Tints of Electric Lime #D4FB0A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.07%

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 44.82%
G = 53.07%
B = 2.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#D4FB0A (or 0xD4FB0A) is known color: Electric Lime. HEX triplet: D4, FB and 0A. RGB value is (212,251,10). Sum of RGB (Red+Green+Blue) = 212+251+10=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FB0A is #2B04F5. Grayscale: #D4D4D4. Windows color (decimal): -2819318 or 719828. OLE color: 719828.

HSL color Cylindrical-coordinate representation of color #D4FB0A: hue angle of 69.71º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4FB0A is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 251 10 -
CMYK 0.16 0 0.96 0.02
HSL 69.71º 0.97% 0.51% -
HSV(B) 69.71º 0.96% 0.98% -
XYZ 61.7 83.01 13.06 -
YUV 211.87 14.08 128.1 -
System Red Green Blue C M Y K H S L
Decimal 212 251 10 0.16 0 0.96 0.02 69.71 0.97 0.51
Hex D4 FB A 10 0 60 2 46 61 33
Octal 324 373 12 20 0 140 2 106 141 63
Binary 11010100 11111011 1010 10000 0 1100000 10 1000110 1100001 110011

Color Harmonies of #D4FB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FB0A

Black with #D4FB0A

Text Example


Text Example

White with #D4FB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FB0A; }

 p { color: rgb(212,251,10); }

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

background-color css

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

 a { background-color: rgb(212,251,10); }

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

border-color css

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

 span { border-color: rgb(212,251,10); }

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