Html Css Color HEX #D3FB12 Electric Lime

📋 copy color: '#D3FB12'

red 211 ◦ green 251 ◦ blue 18

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

Shades of Electric Lime #D3FB12

Tints of Electric Lime #D3FB12

RGB

 RED value IS 211 (82.81% from 255) = 43.96%

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

 BLUE value IS 18 (7.42% from 255) = 3.75%

R = 43.96%
G = 52.29%
B = 3.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#D3FB12 (or 0xD3FB12) is known color: Electric Lime. HEX triplet: D3, FB and 12. RGB value is (211,251,18). Sum of RGB (Red+Green+Blue) = 211+251+18=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3FB12 is #2C04ED. Grayscale: #D5D5D5. Windows color (decimal): -2884846 or 1244115. OLE color: 1244115.

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

Color convert

RGB 211 251 18 -
CMYK 0.16 0 0.93 0.02
HSL 70.3º 0.97% 0.53% -
HSV(B) 70.3º 0.93% 0.98% -
XYZ 61.47 82.89 13.33 -
YUV 212.48 18.25 126.95 -
System Red Green Blue C M Y K H S L
Decimal 211 251 18 0.16 0 0.93 0.02 70.3 0.97 0.53
Hex D3 FB 12 10 0 5D 2 46 61 35
Octal 323 373 22 20 0 135 2 106 141 65
Binary 11010011 11111011 10010 10000 0 1011101 10 1000110 1100001 110101

Color Harmonies of #D3FB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FB12

Black with #D3FB12

Text Example


Text Example

White with #D3FB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FB12; }

 p { color: rgb(211,251,18); }

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

background-color css

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

 a { background-color: rgb(211,251,18); }

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

border-color css

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

 span { border-color: rgb(211,251,18); }

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