Html Css Color HEX #BCFD0D Electric Lime

📋 copy color: '#BCFD0D'

red 188 ◦ green 253 ◦ blue 13

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

Shades of Electric Lime #BCFD0D

Tints of Electric Lime #BCFD0D

RGB

 RED value IS 188 (73.83% from 255) = 41.41%

 GREEN value IS 253 (99.22% from 255) = 55.73%

 BLUE value IS 13 (5.47% from 255) = 2.86%

R = 41.41%
G = 55.73%
B = 2.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#BCFD0D (or 0xBCFD0D) is known color: Electric Lime. HEX triplet: BC, FD and 0D. RGB value is (188,253,13). Sum of RGB (Red+Green+Blue) = 188+253+13=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 253 (99.22% from 255 or 55.73% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD0D is #4302F2. Grayscale: #CFCFCF. Windows color (decimal): -4391667 or 916924. OLE color: 916924.

HSL color Cylindrical-coordinate representation of color #BCFD0D: hue angle of 76.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCFD0D is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 13 -
CMYK 0.26 0 0.95 0.01
HSL 76.25º 0.98% 0.52% -
HSV(B) 76.25º 0.95% 0.99% -
XYZ 55.94 80.97 13.06 -
YUV 206.21 18.97 115.01 -
System Red Green Blue C M Y K H S L
Decimal 188 253 13 0.26 0 0.95 0.01 76.25 0.98 0.52
Hex BC FD D 1A 0 5F 1 4C 62 34
Octal 274 375 15 32 0 137 1 114 142 64
Binary 10111100 11111101 1101 11010 0 1011111 1 1001100 1100010 110100

Color Harmonies of #BCFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD0D

Black with #BCFD0D

Text Example


Text Example

White with #BCFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD0D; }

 p { color: rgb(188,253,13); }

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

background-color css

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

 a { background-color: rgb(188,253,13); }

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

border-color css

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

 span { border-color: rgb(188,253,13); }

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