Html Css Color HEX #D4F90A Electric Lime

📋 copy color: '#D4F90A'

red 212 ◦ green 249 ◦ blue 10

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

Shades of Electric Lime #D4F90A

Tints of Electric Lime #D4F90A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.87%

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

R = 45.01%
G = 52.87%
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

#D4F90A (or 0xD4F90A) is known color: Electric Lime. HEX triplet: D4, F9 and 0A. RGB value is (212,249,10). Sum of RGB (Red+Green+Blue) = 212+249+10=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F90A is #2B06F5. Grayscale: #D3D3D3. Windows color (decimal): -2819830 or 719316. OLE color: 719316.

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

Color convert

RGB 212 249 10 -
CMYK 0.15 0 0.96 0.02
HSL 69.29º 0.95% 0.51% -
HSV(B) 69.29º 0.96% 0.98% -
XYZ 61.08 81.77 12.85 -
YUV 210.69 14.74 128.93 -
System Red Green Blue C M Y K H S L
Decimal 212 249 10 0.15 0 0.96 0.02 69.29 0.95 0.51
Hex D4 F9 A F 0 60 2 45 5F 33
Octal 324 371 12 17 0 140 2 105 137 63
Binary 11010100 11111001 1010 1111 0 1100000 10 1000101 1011111 110011

Color Harmonies of #D4F90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F90A

Black with #D4F90A

Text Example


Text Example

White with #D4F90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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