Html Css Color HEX #D4FB06 Electric Lime

📋 copy color: '#D4FB06'

red 212 ◦ green 251 ◦ blue 6

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

Shades of Electric Lime #D4FB06

Tints of Electric Lime #D4FB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 45.2%
G = 53.52%
B = 1.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#D4FB06 (or 0xD4FB06) is known color: Electric Lime. HEX triplet: D4, FB and 06. RGB value is (212,251,6). Sum of RGB (Red+Green+Blue) = 212+251+6=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FB06 is #2B04F9. Grayscale: #D4D4D4. Windows color (decimal): -2819322 or 457684. OLE color: 457684.

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

Color convert

RGB 212 251 6 -
CMYK 0.16 0 0.98 0.02
HSL 69.55º 0.97% 0.5% -
HSV(B) 69.55º 0.98% 0.98% -
XYZ 61.68 83 12.94 -
YUV 211.41 12.08 128.42 -
System Red Green Blue C M Y K H S L
Decimal 212 251 6 0.16 0 0.98 0.02 69.55 0.97 0.5
Hex D4 FB 6 10 0 62 2 46 61 32
Octal 324 373 6 20 0 142 2 106 141 62
Binary 11010100 11111011 110 10000 0 1100010 10 1000110 1100001 110010

Color Harmonies of #D4FB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FB06

Black with #D4FB06

Text Example


Text Example

White with #D4FB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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