Html Css Color HEX #BCFD1E Green Yellow

📋 copy color: '#BCFD1E'

red 188 ◦ green 253 ◦ blue 30

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

Shades of Green Yellow #BCFD1E

Tints of Green Yellow #BCFD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.37%

R = 39.92%
G = 53.72%
B = 6.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#BCFD1E (or 0xBCFD1E) is known color: Green Yellow. HEX triplet: BC, FD and 1E. RGB value is (188,253,30). Sum of RGB (Red+Green+Blue) = 188+253+30=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD1E is #4302E1. Grayscale: #D0D0D0. Windows color (decimal): -4391650 or 2031036. OLE color: 2031036.

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

Color convert

RGB 188 253 30 -
CMYK 0.26 0 0.88 0.01
HSL 77.49º 0.98% 0.55% -
HSV(B) 77.49º 0.88% 0.99% -
XYZ 56.1 81.04 13.91 -
YUV 208.14 27.47 113.63 -
System Red Green Blue C M Y K H S L
Decimal 188 253 30 0.26 0 0.88 0.01 77.49 0.98 0.55
Hex BC FD 1E 1A 0 58 1 4D 62 37
Octal 274 375 36 32 0 130 1 115 142 67
Binary 10111100 11111101 11110 11010 0 1011000 1 1001101 1100010 110111

Color Harmonies of #BCFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD1E

Black with #BCFD1E

Text Example


Text Example

White with #BCFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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