Html Css Color HEX #BCE002 Inch Worm

📋 copy color: '#BCE002'

red 188 ◦ green 224 ◦ blue 2

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

Shades of Inch Worm #BCE002

Tints of Inch Worm #BCE002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 45.41%
G = 54.11%
B = 0.48%

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

#BCE002 (or 0xBCE002) is known color: Inch Worm. HEX triplet: BC, E0 and 02. RGB value is (188,224,2). Sum of RGB (Red+Green+Blue) = 188+224+2=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE002 is #431FFD. Grayscale: #BCBCBC. Windows color (decimal): -4399102 or 188604. OLE color: 188604.

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

Color convert

RGB 188 224 2 -
CMYK 0.16 0 0.99 0.12
HSL 69.73º 0.98% 0.44% -
HSV(B) 69.73º 0.99% 0.88% -
XYZ 47.41 64.01 9.91 -
YUV 187.93 23.07 128.05 -
System Red Green Blue C M Y K H S L
Decimal 188 224 2 0.16 0 0.99 0.12 69.73 0.98 0.44
Hex BC E0 2 10 0 63 C 46 62 2C
Octal 274 340 2 20 0 143 14 106 142 54
Binary 10111100 11100000 10 10000 0 1100011 1100 1000110 1100010 101100

Color Harmonies of #BCE002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE002

Black with #BCE002

Text Example


Text Example

White with #BCE002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE002; }

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

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

background-color css

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

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

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

border-color css

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

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

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