Html Css Color HEX #BCE003 Inch Worm

📋 copy color: '#BCE003'

red 188 ◦ green 224 ◦ blue 3

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

Shades of Inch Worm #BCE003

Tints of Inch Worm #BCE003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 45.3%
G = 53.98%
B = 0.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#BCE003 (or 0xBCE003) is known color: Inch Worm. HEX triplet: BC, E0 and 03. RGB value is (188,224,3). Sum of RGB (Red+Green+Blue) = 188+224+3=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE003 is #431FFC. Grayscale: #BCBCBC. Windows color (decimal): -4399101 or 254140. OLE color: 254140.

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

Color convert

RGB 188 224 3 -
CMYK 0.16 0 0.99 0.12
HSL 69.77º 0.97% 0.45% -
HSV(B) 69.77º 0.99% 0.88% -
XYZ 47.41 64.01 9.94 -
YUV 188.04 23.57 127.97 -
System Red Green Blue C M Y K H S L
Decimal 188 224 3 0.16 0 0.99 0.12 69.77 0.97 0.45
Hex BC E0 3 10 0 63 C 46 61 2D
Octal 274 340 3 20 0 143 14 106 141 55
Binary 10111100 11100000 11 10000 0 1100011 1100 1000110 1100001 101101

Color Harmonies of #BCE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE003

Black with #BCE003

Text Example


Text Example

White with #BCE003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE003; }

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

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

background-color css

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

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

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

border-color css

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

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

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