Html Css Color HEX #D2F107 Electric Lime

📋 copy color: '#D2F107'

red 210 ◦ green 241 ◦ blue 7

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

Shades of Electric Lime #D2F107

Tints of Electric Lime #D2F107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 45.85%
G = 52.62%
B = 1.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#D2F107 (or 0xD2F107) is known color: Electric Lime. HEX triplet: D2, F1 and 07. RGB value is (210,241,7). Sum of RGB (Red+Green+Blue) = 210+241+7=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F107 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F107 is #2D0EF8. Grayscale: #CDCDCD. Windows color (decimal): -2952953 or 520658. OLE color: 520658.

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

Color convert

RGB 210 241 7 -
CMYK 0.13 0 0.97 0.05
HSL 67.95º 0.94% 0.49% -
HSV(B) 67.95º 0.97% 0.95% -
XYZ 58.07 76.63 11.93 -
YUV 205.06 16.23 131.53 -
System Red Green Blue C M Y K H S L
Decimal 210 241 7 0.13 0 0.97 0.05 67.95 0.94 0.49
Hex D2 F1 7 D 0 61 5 44 5E 31
Octal 322 361 7 15 0 141 5 104 136 61
Binary 11010010 11110001 111 1101 0 1100001 101 1000100 1011110 110001

Color Harmonies of #D2F107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F107

Black with #D2F107

Text Example


Text Example

White with #D2F107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F107; }

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

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

background-color css

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

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

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

border-color css

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

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

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