Html Css Color HEX #BCF11E Inch Worm

📋 copy color: '#BCF11E'

red 188 ◦ green 241 ◦ blue 30

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

Shades of Inch Worm #BCF11E

Tints of Inch Worm #BCF11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.51%

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

R = 40.96%
G = 52.51%
B = 6.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#BCF11E (or 0xBCF11E) is known color: Inch Worm. HEX triplet: BC, F1 and 1E. RGB value is (188,241,30). Sum of RGB (Red+Green+Blue) = 188+241+30=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF11E is #430EE1. Grayscale: #C9C9C9. Windows color (decimal): -4394722 or 2027964. OLE color: 2027964.

HSL color Cylindrical-coordinate representation of color #BCF11E: hue angle of 75.07º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCF11E is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 30 -
CMYK 0.22 0 0.88 0.05
HSL 75.07º 0.88% 0.53% -
HSV(B) 75.07º 0.88% 0.95% -
XYZ 52.43 73.7 12.69 -
YUV 201.1 31.44 118.66 -
System Red Green Blue C M Y K H S L
Decimal 188 241 30 0.22 0 0.88 0.05 75.07 0.88 0.53
Hex BC F1 1E 16 0 58 5 4B 58 35
Octal 274 361 36 26 0 130 5 113 130 65
Binary 10111100 11110001 11110 10110 0 1011000 101 1001011 1011000 110101

Color Harmonies of #BCF11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF11E

Black with #BCF11E

Text Example


Text Example

White with #BCF11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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