Html Css Color HEX #BCFF18 Green Yellow

📋 copy color: '#BCFF18'

red 188 ◦ green 255 ◦ blue 24

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

Shades of Green Yellow #BCFF18

Tints of Green Yellow #BCFF18

RGB

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

 GREEN value IS 255 (100% from 255) = 54.6%

 BLUE value IS 24 (9.77% from 255) = 5.14%

R = 40.26%
G = 54.6%
B = 5.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#BCFF18 (or 0xBCFF18) is known color: Green Yellow. HEX triplet: BC, FF and 18. RGB value is (188,255,24). Sum of RGB (Red+Green+Blue) = 188+255+24=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF18 is #4300E7. Grayscale: #D1D1D1. Windows color (decimal): -4391144 or 1638332. OLE color: 1638332.

HSL color Cylindrical-coordinate representation of color #BCFF18: hue angle of 77.4º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCFF18 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 24 -
CMYK 0.26 0 0.91 0
HSL 77.4º 1% 0.55% -
HSV(B) 77.4º 0.91% 1% -
XYZ 56.66 82.28 13.76 -
YUV 208.63 23.8 113.28 -
System Red Green Blue C M Y K H S L
Decimal 188 255 24 0.26 0 0.91 0 77.4 1 0.55
Hex BC FF 18 1A 0 5B 0 4D 64 37
Octal 274 377 30 32 0 133 0 115 144 67
Binary 10111100 11111111 11000 11010 0 1011011 0 1001101 1100100 110111

Color Harmonies of #BCFF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF18

Black with #BCFF18

Text Example


Text Example

White with #BCFF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF18; }

 p { color: rgb(188,255,24); }

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

background-color css

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

 a { background-color: rgb(188,255,24); }

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

border-color css

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

 span { border-color: rgb(188,255,24); }

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