Html Css Color HEX #D3F90B Electric Lime

📋 copy color: '#D3F90B'

red 211 ◦ green 249 ◦ blue 11

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

Shades of Electric Lime #D3F90B

Tints of Electric Lime #D3F90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.87%

 BLUE value IS 11 (4.69% from 255) = 2.34%

R = 44.8%
G = 52.87%
B = 2.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#D3F90B (or 0xD3F90B) is known color: Electric Lime. HEX triplet: D3, F9 and 0B. RGB value is (211,249,11). Sum of RGB (Red+Green+Blue) = 211+249+11=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F90B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F90B is #2C06F4. Grayscale: #D3D3D3. Windows color (decimal): -2885365 or 784851. OLE color: 784851.

HSL color Cylindrical-coordinate representation of color #D3F90B: hue angle of 69.58º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3F90B is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 249 11 -
CMYK 0.15 0 0.96 0.02
HSL 69.58º 0.95% 0.51% -
HSV(B) 69.58º 0.96% 0.98% -
XYZ 60.8 81.62 12.87 -
YUV 210.51 15.41 128.35 -
System Red Green Blue C M Y K H S L
Decimal 211 249 11 0.15 0 0.96 0.02 69.58 0.95 0.51
Hex D3 F9 B F 0 60 2 46 5F 33
Octal 323 371 13 17 0 140 2 106 137 63
Binary 11010011 11111001 1011 1111 0 1100000 10 1000110 1011111 110011

Color Harmonies of #D3F90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F90B

Black with #D3F90B

Text Example


Text Example

White with #D3F90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F90B; }

 p { color: rgb(211,249,11); }

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

background-color css

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

 a { background-color: rgb(211,249,11); }

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

border-color css

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

 span { border-color: rgb(211,249,11); }

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