Html Css Color HEX #BDFC17 Electric Lime

📋 copy color: '#BDFC17'

red 189 ◦ green 252 ◦ blue 23

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

Shades of Electric Lime #BDFC17

Tints of Electric Lime #BDFC17

RGB

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

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

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

R = 40.73%
G = 54.31%
B = 4.96%

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

#BDFC17 (or 0xBDFC17) is known color: Electric Lime. HEX triplet: BD, FC and 17. RGB value is (189,252,23). Sum of RGB (Red+Green+Blue) = 189+252+23=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFC17 is #4203E8. Grayscale: #CFCFCF. Windows color (decimal): -4326377 or 1572029. OLE color: 1572029.

HSL color Cylindrical-coordinate representation of color #BDFC17: hue angle of 76.51º 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 #BDFC17 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 23 -
CMYK 0.25 0 0.91 0.01
HSL 76.51º 0.97% 0.54% -
HSV(B) 76.51º 0.91% 0.99% -
XYZ 55.95 80.5 13.4 -
YUV 207.06 24.13 115.12 -
System Red Green Blue C M Y K H S L
Decimal 189 252 23 0.25 0 0.91 0.01 76.51 0.97 0.54
Hex BD FC 17 19 0 5B 1 4D 61 36
Octal 275 374 27 31 0 133 1 115 141 66
Binary 10111101 11111100 10111 11001 0 1011011 1 1001101 1100001 110110

Color Harmonies of #BDFC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC17

Black with #BDFC17

Text Example


Text Example

White with #BDFC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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