Html Css Color HEX #D2F104 Electric Lime

📋 copy color: '#D2F104'

red 210 ◦ green 241 ◦ blue 4

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

Shades of Electric Lime #D2F104

Tints of Electric Lime #D2F104

RGB

 RED value IS 210 (82.42% from 255) = 46.15%

 GREEN value IS 241 (94.53% from 255) = 52.97%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 46.15%
G = 52.97%
B = 0.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#D2F104 (or 0xD2F104) is known color: Electric Lime. HEX triplet: D2, F1 and 04. RGB value is (210,241,4). Sum of RGB (Red+Green+Blue) = 210+241+4=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F104 is #2D0EFB. Grayscale: #CDCDCD. Windows color (decimal): -2952956 or 324050. OLE color: 324050.

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

Color convert

RGB 210 241 4 -
CMYK 0.13 0 0.98 0.05
HSL 67.85º 0.97% 0.48% -
HSV(B) 67.85º 0.98% 0.95% -
XYZ 58.06 76.62 11.84 -
YUV 204.71 14.73 131.77 -
System Red Green Blue C M Y K H S L
Decimal 210 241 4 0.13 0 0.98 0.05 67.85 0.97 0.48
Hex D2 F1 4 D 0 62 5 44 61 30
Octal 322 361 4 15 0 142 5 104 141 60
Binary 11010010 11110001 100 1101 0 1100010 101 1000100 1100001 110000

Color Harmonies of #D2F104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F104

Black with #D2F104

Text Example


Text Example

White with #D2F104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F104; }

 p { color: rgb(210,241,4); }

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

background-color css

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

 a { background-color: rgb(210,241,4); }

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

border-color css

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

 span { border-color: rgb(210,241,4); }

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