Html Css Color HEX #BDFC16 Electric Lime

📋 copy color: '#BDFC16'

red 189 ◦ green 252 ◦ blue 22

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

Shades of Electric Lime #BDFC16

Tints of Electric Lime #BDFC16

RGB

 RED value IS 189 (74.22% from 255) = 40.82%

 GREEN value IS 252 (98.83% from 255) = 54.43%

 BLUE value IS 22 (8.98% from 255) = 4.75%

R = 40.82%
G = 54.43%
B = 4.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#BDFC16 (or 0xBDFC16) is known color: Electric Lime. HEX triplet: BD, FC and 16. RGB value is (189,252,22). Sum of RGB (Red+Green+Blue) = 189+252+22=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC16 is #4203E9. Grayscale: #CFCFCF. Windows color (decimal): -4326378 or 1506493. OLE color: 1506493.

HSL color Cylindrical-coordinate representation of color #BDFC16: hue angle of 76.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDFC16 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 22 -
CMYK 0.25 0 0.91 0.01
HSL 76.43º 0.97% 0.54% -
HSV(B) 76.43º 0.91% 0.99% -
XYZ 55.94 80.5 13.35 -
YUV 206.94 23.63 115.2 -
System Red Green Blue C M Y K H S L
Decimal 189 252 22 0.25 0 0.91 0.01 76.43 0.97 0.54
Hex BD FC 16 19 0 5B 1 4C 61 36
Octal 275 374 26 31 0 133 1 114 141 66
Binary 10111101 11111100 10110 11001 0 1011011 1 1001100 1100001 110110

Color Harmonies of #BDFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC16

Black with #BDFC16

Text Example


Text Example

White with #BDFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC16; }

 p { color: rgb(189,252,22); }

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

background-color css

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

 a { background-color: rgb(189,252,22); }

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

border-color css

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

 span { border-color: rgb(189,252,22); }

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