Html Css Color HEX #D2F217 Electric Lime

📋 copy color: '#D2F217'

red 210 ◦ green 242 ◦ blue 23

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

Shades of Electric Lime #D2F217

Tints of Electric Lime #D2F217

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.95%

 BLUE value IS 23 (9.38% from 255) = 4.84%

R = 44.21%
G = 50.95%
B = 4.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#D2F217 (or 0xD2F217) is known color: Electric Lime. HEX triplet: D2, F2 and 17. RGB value is (210,242,23). Sum of RGB (Red+Green+Blue) = 210+242+23=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 23 (9.38% from 255 or 4.84% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F217 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F217 is #2D0DE8. Grayscale: #D0D0D0. Windows color (decimal): -2952681 or 1569490. OLE color: 1569490.

HSL color Cylindrical-coordinate representation of color #D2F217: hue angle of 68.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2F217 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 242 23 -
CMYK 0.13 0 0.90 0.05
HSL 68.77º 0.89% 0.52% -
HSV(B) 68.77º 0.9% 0.95% -
XYZ 58.49 77.27 12.64 -
YUV 207.47 23.9 129.81 -
System Red Green Blue C M Y K H S L
Decimal 210 242 23 0.13 0 0.90 0.05 68.77 0.89 0.52
Hex D2 F2 17 D 0 5A 5 45 59 34
Octal 322 362 27 15 0 132 5 105 131 64
Binary 11010010 11110010 10111 1101 0 1011010 101 1000101 1011001 110100

Color Harmonies of #D2F217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F217

Black with #D2F217

Text Example


Text Example

White with #D2F217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F217; }

 p { color: rgb(210,242,23); }

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

background-color css

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

 a { background-color: rgb(210,242,23); }

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

border-color css

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

 span { border-color: rgb(210,242,23); }

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