Html Css Color HEX #BCFF2D Green Yellow

📋 copy color: '#BCFF2D'

red 188 ◦ green 255 ◦ blue 45

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

Shades of Green Yellow #BCFF2D

Tints of Green Yellow #BCFF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.22%

R = 38.52%
G = 52.25%
B = 9.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#BCFF2D (or 0xBCFF2D) is known color: Green Yellow. HEX triplet: BC, FF and 2D. RGB value is (188,255,45). Sum of RGB (Red+Green+Blue) = 188+255+45=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF2D is #4300D2. Grayscale: #D3D3D3. Windows color (decimal): -4391123 or 3014588. OLE color: 3014588.

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

Color convert

RGB 188 255 45 -
CMYK 0.26 0 0.82 0
HSL 79.14º 1% 0.59% -
HSV(B) 79.14º 0.82% 1% -
XYZ 56.97 82.4 15.38 -
YUV 211.03 34.3 111.58 -
System Red Green Blue C M Y K H S L
Decimal 188 255 45 0.26 0 0.82 0 79.14 1 0.59
Hex BC FF 2D 1A 0 52 0 4F 64 3B
Octal 274 377 55 32 0 122 0 117 144 73
Binary 10111100 11111111 101101 11010 0 1010010 0 1001111 1100100 111011

Color Harmonies of #BCFF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF2D

Black with #BCFF2D

Text Example


Text Example

White with #BCFF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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