Html Css Color HEX #D2F10A Electric Lime

📋 copy color: '#D2F10A'

red 210 ◦ green 241 ◦ blue 10

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

Shades of Electric Lime #D2F10A

Tints of Electric Lime #D2F10A

RGB

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

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

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

R = 45.55%
G = 52.28%
B = 2.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#D2F10A (or 0xD2F10A) is known color: Electric Lime. HEX triplet: D2, F1 and 0A. RGB value is (210,241,10). Sum of RGB (Red+Green+Blue) = 210+241+10=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F10A is #2D0EF5. Grayscale: #CECECE. Windows color (decimal): -2952950 or 717266. OLE color: 717266.

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

Color convert

RGB 210 241 10 -
CMYK 0.13 0 0.96 0.05
HSL 68.05º 0.92% 0.49% -
HSV(B) 68.05º 0.96% 0.95% -
XYZ 58.09 76.63 12.02 -
YUV 205.4 17.73 131.28 -
System Red Green Blue C M Y K H S L
Decimal 210 241 10 0.13 0 0.96 0.05 68.05 0.92 0.49
Hex D2 F1 A D 0 60 5 44 5C 31
Octal 322 361 12 15 0 140 5 104 134 61
Binary 11010010 11110001 1010 1101 0 1100000 101 1000100 1011100 110001

Color Harmonies of #D2F10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F10A

Black with #D2F10A

Text Example


Text Example

White with #D2F10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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