Html Css Color HEX #D4FA0A Electric Lime

📋 copy color: '#D4FA0A'

red 212 ◦ green 250 ◦ blue 10

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

Shades of Electric Lime #D4FA0A

Tints of Electric Lime #D4FA0A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.97%

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

R = 44.92%
G = 52.97%
B = 2.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#D4FA0A (or 0xD4FA0A) is known color: Electric Lime. HEX triplet: D4, FA and 0A. RGB value is (212,250,10). Sum of RGB (Red+Green+Blue) = 212+250+10=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FA0A is #2B05F5. Grayscale: #D4D4D4. Windows color (decimal): -2819574 or 719572. OLE color: 719572.

HSL color Cylindrical-coordinate representation of color #D4FA0A: hue angle of 69.5º degrees, saturation: 0.96, 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 #D4FA0A is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 250 10 -
CMYK 0.15 0 0.96 0.02
HSL 69.5º 0.96% 0.51% -
HSV(B) 69.5º 0.96% 0.98% -
XYZ 61.39 82.39 12.95 -
YUV 211.28 14.41 128.51 -
System Red Green Blue C M Y K H S L
Decimal 212 250 10 0.15 0 0.96 0.02 69.5 0.96 0.51
Hex D4 FA A F 0 60 2 46 60 33
Octal 324 372 12 17 0 140 2 106 140 63
Binary 11010100 11111010 1010 1111 0 1100000 10 1000110 1100000 110011

Color Harmonies of #D4FA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FA0A

Black with #D4FA0A

Text Example


Text Example

White with #D4FA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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