Html Css Color HEX #BCE01E Inch Worm

📋 copy color: '#BCE01E'

red 188 ◦ green 224 ◦ blue 30

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

Shades of Inch Worm #BCE01E

Tints of Inch Worm #BCE01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.68%

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

R = 42.53%
G = 50.68%
B = 6.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#BCE01E (or 0xBCE01E) is known color: Inch Worm. HEX triplet: BC, E0 and 1E. RGB value is (188,224,30). Sum of RGB (Red+Green+Blue) = 188+224+30=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE01E is #431FE1. Grayscale: #BFBFBF. Windows color (decimal): -4399074 or 2023612. OLE color: 2023612.

HSL color Cylindrical-coordinate representation of color #BCE01E: hue angle of 71.13º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCE01E is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 30 -
CMYK 0.16 0 0.87 0.12
HSL 71.13º 0.76% 0.5% -
HSV(B) 71.13º 0.87% 0.88% -
XYZ 47.63 64.1 11.09 -
YUV 191.12 37.07 125.77 -
System Red Green Blue C M Y K H S L
Decimal 188 224 30 0.16 0 0.87 0.12 71.13 0.76 0.5
Hex BC E0 1E 10 0 57 C 47 4C 32
Octal 274 340 36 20 0 127 14 107 114 62
Binary 10111100 11100000 11110 10000 0 1010111 1100 1000111 1001100 110010

Color Harmonies of #BCE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE01E

Black with #BCE01E

Text Example


Text Example

White with #BCE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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